-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modif to be able to publish the package
- Loading branch information
Patrick FINKELSTEIN
committed
Mar 5, 2019
1 parent
a6823b4
commit 0ac1ded
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: strava_flutter | ||
description: Flutter/Dart code to access Strava v3 API | ||
version: 1.0.1+2 | ||
author: Patrick FINKELSTEIN | ||
homepage: | ||
author: Patrick FINKELSTEIN <[email protected]> | ||
homepage: https://github.com/BirdyF/strava_flutter | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.68.0 <3.0.0" | ||
|
@@ -12,9 +12,9 @@ dependencies: | |
sdk: flutter | ||
|
||
http: ^0.12.0+1 | ||
# url_launcher: ^5.0.0 | ||
url_launcher: | ||
path: vendor/url_launcher | ||
url_launcher: ^5.0.0 | ||
# url_launcher: | ||
# path: vendor/url_launcher | ||
shared_preferences: ^0.5.0 | ||
path_provider: ^0.5.0+1 | ||
|
||
|