Files
fluttergram/pubspec.yaml
Matthew Danics 97c31603fc Upgrade to Flutter2 (#111)
* migrate to android embedding 2, upgrade dependencies to latest

* fix Firestore breaking changes

* fix image_picker breaking changes

* fix firebase_storage breaking changes

* fix firebase_auth breaking changes

* fix deprecated property resizeToAvoidBottomPadding -> resizeToAvoidBottomInset

* fix firebase_messaging breaking changes

* fix breaking changes; upgrade gradle

* fix activity feed

* fix comment screen

* add auth changes listener
2021-03-15 16:57:57 -04:00

85 lines
2.4 KiB
YAML

name: Fluttergram
description: A new Flutter application.
version: 1.2.3+1
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
firebase_core: ^1.0.1
cloud_firestore: ^1.0.1
image_picker: ^0.7.2+1
firebase_storage: ^8.0.0
firebase_auth: ^1.0.1
google_sign_in: ^5.0.0
uuid: ^3.0.1
image: ^3.0.1
font_awesome_flutter: ^8.5.0
async: ^2.4.0
http: ^0.13.0
shared_preferences: ^2.0.4
cached_network_image: ^2.0.0
firebase_messaging: ^9.0.0
location: ^4.1.1
geocoder: ^0.2.1
flare_flutter: ^2.0.6
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
#dev_dependencies:
# flutter_test:
# sdk: flutter
# 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:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
fonts:
- family: Billabong
fonts:
- asset: assets/fonts/Billabong.ttf
assets:
- assets/images/google_signin_button.png
- assets/flare/Like.flr
# To add assets to your application, add an assets section, like this:
# 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.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/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
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages