forked from dreampowder/strava_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
35 lines (28 loc) · 911 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
35
name: strava_flutter
description: Fluytter/Dart code to access Strava v3 API including new authentication process (with expired date and refresh token)
version: 2.0.0
homepage: https://github.com/dreampowder/strava_flutter
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
http: ^0.13.3
url_launcher: ^6.0.7
shared_preferences: ^2.0.7
uni_links: ^0.5.1
intl: ^0.17.0
dio: ^4.0.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
get_it: ^7.2.0
dev_dependencies:
flutter_test:
sdk: flutter
# test: 1.5.3 # To launch some tests in /test
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true