|
1 | 1 | name: flutter_chat
|
2 | 2 | description: Social Chat for Flutter android and iOS using firebase as backend services.
|
3 | 3 |
|
4 |
| -version: 1.1.0 |
| 4 | +version: 1.1.1 |
5 | 5 | homepage: https://github.com/ankesh-kumar/Flutter-chat-sdk
|
| 6 | + |
6 | 7 | environment:
|
7 |
| - sdk: ">=2.0.0-dev.68.0 <3.0.0" |
| 8 | + sdk: ">=2.7.0 <3.0.0" |
8 | 9 |
|
9 | 10 | dependencies:
|
10 | 11 | flutter:
|
11 | 12 | sdk: flutter
|
12 | 13 |
|
| 14 | + |
13 | 15 | # The following adds the Cupertino Icons font to your application.
|
14 | 16 | # Use with the CupertinoIcons class for iOS style icons.
|
15 | 17 | cupertino_icons: ^1.0.0
|
16 |
| - firebase_core: ^0.5.0 |
17 |
| - firebase_auth: ^0.18.0+1 |
18 |
| - firebase_analytics: ^6.0.0 |
19 |
| - firebase_storage: ^4.0.0 |
20 |
| - firebase_messaging: ^7.0.0 |
21 |
| - cloud_firestore: ^0.14.0+2 |
| 18 | + rxdart: ^0.26.0 |
| 19 | + shared_preferences: ^2.0.3 |
| 20 | + firebase_core: ^0.7.0 |
| 21 | + firebase_auth: ^0.20.1 |
| 22 | + firebase_analytics: ^7.0.1 |
| 23 | + firebase_storage: ^7.0.0 |
| 24 | + firebase_messaging: ^8.0.0-dev.15 |
| 25 | + cloud_firestore: ^0.16.0+1 |
22 | 26 | fluttertoast: ^7.1.1
|
23 | 27 | image_picker: ^0.6.2+3
|
24 |
| - photo_view: ^0.10.2 |
| 28 | + photo_view: ^0.11.1 |
25 | 29 | google_sign_in: ^4.0.4
|
26 | 30 | flutter_native_image: ^0.0.4
|
27 | 31 | cached_network_image: ^2.0.0-rc
|
28 | 32 | flutter_dialogflow: ^0.1.3
|
29 | 33 | intl: ^0.16.0
|
30 |
| - firebase_database: ^4.0.0 |
31 |
| - |
| 34 | + firebase_database: ^6.0.0 |
| 35 | + bloc: ^6.0.3 |
| 36 | + flutter_bloc: ^6.0.6 |
| 37 | + equatable: ^2.0.0 |
| 38 | + |
| 39 | + |
32 | 40 | dev_dependencies:
|
33 | 41 | flutter_test:
|
34 | 42 | sdk: flutter
|
35 | 43 |
|
| 44 | +# For information on the generic Dart part of this file, see the |
| 45 | +# following page: https://dart.dev/tools/pub/pubspec |
| 46 | + |
| 47 | +# The following section is specific to Flutter. |
36 | 48 | flutter:
|
| 49 | + |
| 50 | + # The following line ensures that the Material Icons font is |
| 51 | + # included with your application, so that you can use the icons in |
| 52 | + # the material Icons class. |
37 | 53 | uses-material-design: true
|
38 | 54 |
|
| 55 | + |
39 | 56 | assets:
|
40 |
| - - images/ |
| 57 | + - images/ |
| 58 | + |
| 59 | + # To add assets to your application, add an assets section, like this: |
| 60 | + # assets: |
| 61 | + # - images/a_dot_burr.jpeg |
| 62 | + # - images/a_dot_ham.jpeg |
| 63 | + |
| 64 | + # An image asset can refer to one or more resolution-specific "variants", see |
| 65 | + # https://flutter.dev/assets-and-images/#resolution-aware. |
| 66 | + |
| 67 | + # For details regarding adding assets from package dependencies, see |
| 68 | + # https://flutter.dev/assets-and-images/#from-packages |
41 | 69 |
|
| 70 | + # To add custom fonts to your application, add a fonts section here, |
| 71 | + # in this "flutter" section. Each entry in this list should have a |
| 72 | + # "family" key with the font family name, and a "fonts" key with a |
| 73 | + # list giving the asset and other descriptors for the font. For |
| 74 | + # example: |
| 75 | + # fonts: |
| 76 | + # - family: Schyler |
| 77 | + # fonts: |
| 78 | + # - asset: fonts/Schyler-Regular.ttf |
| 79 | + # - asset: fonts/Schyler-Italic.ttf |
| 80 | + # style: italic |
| 81 | + # - family: Trajan Pro |
| 82 | + # fonts: |
| 83 | + # - asset: fonts/TrajanPro.ttf |
| 84 | + # - asset: fonts/TrajanPro_Bold.ttf |
| 85 | + # weight: 700 |
| 86 | + # |
| 87 | + # For details regarding fonts from package dependencies, |
| 88 | + # see https://flutter.dev/custom-fonts/#from-packages |
0 commit comments