forked from jossef/requests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
30 lines (30 loc) · 864 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.1
hex: ^0.2.0
http: ^0.13.4
logging: ^1.0.2
shared_preferences: ^2.0.12
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
test: ^1.0.0