forked from jossef/requests
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
30 lines (30 loc) · 863 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: requests
description: a flutter library that helps with http requests and stored cookies
version: 3.3.0
homepage: https://github.com/jossef/requests
authors:
- Jossef Harush <jossef12@gmail.com>
- Rick Stanley <rick-stanley@hotmail.com>
- Martin <https://github.com/genesiscz>
- Frederik Pietzko <pietzkof@gmail.com>
- Rafael Carvalho Monteiro <rafael@qwkin.io>
- eggate <https://github.com/eggate>
- Dane Mackier <https://github.com/FilledStacks>
- Anirudh S <https://github.com/anirudh24seven>
- Imdat Solak <contact@solak.de>
- obuhovsergai <https://github.com/obuhovsergai>
environment:
sdk: ">=2.2.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
crypto: ^3.0.0
hex: ^0.2.0
http: ^0.13.0
logging: ^1.0.0
shared_preferences: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
test: ^1.0.0