diff --git a/frontend/memoree_client/pubspec.yaml b/frontend/memoree_client/pubspec.yaml index 0058378..f1ea0e7 100755 --- a/frontend/memoree_client/pubspec.yaml +++ b/frontend/memoree_client/pubspec.yaml @@ -23,20 +23,17 @@ 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: @@ -44,7 +41,6 @@ dev_dependencies: # 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: @@ -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 @@ -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