|
1 |
| -name: flutter_chat |
2 |
| -description: Chat helper for Flutter android and iOS using firebase as backend services. |
3 |
| - |
4 |
| -version: 0.1.2 |
5 |
| -homepage: https://github.com/ankesh-kumar/Flutter-chat-sdk |
6 |
| -environment: |
7 |
| - sdk: ">=2.0.0-dev.68.0 <3.0.0" |
8 |
| - |
9 |
| -dependencies: |
10 |
| - flutter: |
11 |
| - sdk: flutter |
12 |
| - |
13 |
| - # The following adds the Cupertino Icons font to your application. |
14 |
| - # Use with the CupertinoIcons class for iOS style icons. |
15 |
| - cupertino_icons: ^0.1.2 |
16 |
| - firebase_core: ^0.4.3+1 |
17 |
| - firebase_auth: ^0.15.3 |
18 |
| - firebase_analytics: ^5.0.9 |
19 |
| - firebase_storage: ^3.1.0 |
20 |
| - firebase_messaging: ^6.0.9 |
21 |
| - cloud_firestore: ^0.13.0+1 |
22 |
| - fluttertoast: ^3.1.0 |
23 |
| - image_picker: ^0.6.2+3 |
24 |
| - photo_view: ^0.9.0 |
25 |
| - google_sign_in: ^4.0.4 |
26 |
| - flutter_native_image: ^0.0.4 |
27 |
| - cached_network_image: ^2.0.0-rc |
28 |
| - flutter_dialogflow: ^0.1.3 |
29 |
| - intl: ^0.16.0 |
30 |
| - |
31 |
| -dev_dependencies: |
32 |
| - flutter_test: |
33 |
| - sdk: flutter |
34 |
| - |
35 |
| -flutter: |
36 |
| - uses-material-design: true |
37 |
| - |
38 |
| - assets: |
39 |
| - - images/ |
40 |
| - |
| 1 | +name: flutter_chat |
| 2 | +description: Chat helper for Flutter android and iOS using firebase as backend services. |
| 3 | + |
| 4 | +version: 0.1.2 |
| 5 | +homepage: https://github.com/ankesh-kumar/Flutter-chat-sdk |
| 6 | +environment: |
| 7 | + sdk: ">=2.0.0-dev.68.0 <3.0.0" |
| 8 | + |
| 9 | +dependencies: |
| 10 | + flutter: |
| 11 | + sdk: flutter |
| 12 | + |
| 13 | + # The following adds the Cupertino Icons font to your application. |
| 14 | + # Use with the CupertinoIcons class for iOS style icons. |
| 15 | + cupertino_icons: ^0.1.2 |
| 16 | + firebase_core: ^0.4.3+1 |
| 17 | + firebase_auth: ^0.15.3 |
| 18 | + firebase_analytics: ^5.0.9 |
| 19 | + firebase_storage: ^3.1.0 |
| 20 | + firebase_messaging: ^6.0.9 |
| 21 | + cloud_firestore: ^0.13.0+1 |
| 22 | + fluttertoast: ^3.1.0 |
| 23 | + image_picker: ^0.6.2+3 |
| 24 | + photo_view: ^0.9.0 |
| 25 | + google_sign_in: ^4.0.4 |
| 26 | + flutter_native_image: ^0.0.4 |
| 27 | + cached_network_image: ^2.0.0-rc |
| 28 | + flutter_dialogflow: ^0.1.3 |
| 29 | + intl: ^0.16.0 |
| 30 | + firebase_database: ^3.1.1 |
| 31 | + |
| 32 | +dev_dependencies: |
| 33 | + flutter_test: |
| 34 | + sdk: flutter |
| 35 | + |
| 36 | +flutter: |
| 37 | + uses-material-design: true |
| 38 | + |
| 39 | + assets: |
| 40 | + - images/ |
| 41 | + |
0 commit comments