Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): pin dependencies #92

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ environment:
dependencies:
flutter:
sdk: flutter
fluro: ^1.4.0
package_info: ^0.4.0+3
intl: ^0.15.8
fluro: 1.7.8
package_info: 0.4.3
intl: 0.15.8
url_launcher:
http: ^0.12.0+2
photo_view: ^0.3.0 # Newest version is 0.4.0, but it is not complicable with the SDK version.
firebase_core: ^0.4.0+6
http: 0.12.2
photo_view: 0.3.3 # Newest version is 0.4.0, but it is not complicable with the SDK version.
firebase_core: 0.4.5
# firebase_auth: ^0.11.1+6
cloud_firestore: ^0.12.5+2
firebase_messaging: ^5.0.4
shared_preferences: ^0.5.3+1
cloud_firestore: 0.12.11
firebase_messaging: 5.1.8
shared_preferences: 0.5.12

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
cupertino_icons: 0.1.3

dev_dependencies:
flutter_test:
sdk: flutter
image_test_utils: ^1.0.0
image_test_utils: 1.0.0

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down