forked from supertokens/supertokens-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
34 lines (29 loc) · 795 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
31
32
33
34
name: supertokens_flutter
description: SuperTokens SDK for Flutter apps
version: 0.3.0
homepage: https://supertokens.com/
repository: https://github.com/supertokens/supertokens-flutter
issue_tracker: https://github.com/supertokens/supertokens-flutter/issues
documentation: https://supertokens.com/docs
platforms:
android:
ios:
environment:
sdk: ">=2.12.0 <3.9.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
http: "<1.2.0"
shared_preferences: ">=2.0.0 <3.0.0"
mutex: ^3.1.0
dio: ^5.0.0
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.21.4
dio_http_formatter: ^3.2.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter: