Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patelneel55 committed Dec 30, 2020
1 parent 29ae359 commit c4f9ba2
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions frontend/memoree_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,24 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_core: "0.5.3"
firebase_auth: "^0.18.4+1"
cloud_functions: "^0.7.2"
cloud_functions: ^0.7.2
cupertino_icons: ^1.0.0
firebase_auth: ^0.18.4+1
firebase_core: ^0.5.3
flutter_staggered_grid_view: ^0.3.2
google_sign_in: ^4.5.6
path_provider: ^1.6.24
http: ^0.12.2
video_thumbnail_generator: ^0.0.6
path_provider: ^1.6.24
provider: ^4.3.2+3
video_player: ^1.0.1
flutter_staggered_grid_view: "^0.3.2"


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

dev_dependencies:
flutter_test:
sdk: flutter

# 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:

Expand All @@ -57,13 +53,10 @@ flutter:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages

# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
Expand All @@ -84,6 +77,6 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
fonts:
- family: OpenSans
fonts:
- asset: fonts/OpenSans-Regular.ttf
- family: OpenSans
fonts:
- asset: fonts/OpenSans-Regular.ttf

0 comments on commit c4f9ba2

Please sign in to comment.