|
1 | | -name: amd |
| 1 | +name: moviedb |
2 | 2 | description: A new Flutter project. |
3 | | -publish_to: "none" |
| 3 | + |
| 4 | +# The following line prevents the package from being accidentally published to |
| 5 | +# pub.dev using `pub publish`. This is preferred for private packages. |
| 6 | +publish_to: "none" # Remove this line if you wish to publish to pub.dev |
| 7 | + |
| 8 | +# The following defines the version and build number for your application. |
| 9 | +# A version number is three numbers separated by dots, like 1.2.43 |
| 10 | +# followed by an optional build number separated by a +. |
| 11 | +# Both the version and the builder number may be overridden in flutter |
| 12 | +# build by specifying --build-name and --build-number, respectively. |
| 13 | +# In Android, build-name is used as versionName while build-number used as versionCode. |
| 14 | +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning |
| 15 | +# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. |
| 16 | +# Read more about iOS versioning at |
| 17 | +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html |
4 | 18 | version: 1.0.0+1 |
5 | 19 |
|
6 | 20 | environment: |
7 | 21 | sdk: ">=2.12.0 <3.0.0" |
8 | 22 |
|
9 | 23 | dependencies: |
10 | | - flutter: |
11 | | - sdk: flutter |
12 | 24 | bottom_nav_bar: |
13 | 25 | git: |
14 | 26 | url: https://github.com/Ansh-Rathod/bottom_nav_bar |
15 | | - cached_network_image: ^3.0.0 |
16 | | - cloud_firestore: ^2.4.0 |
| 27 | + |
| 28 | + cached_network_image: ^3.1.0 |
| 29 | + cloud_firestore: ^2.5.0 |
17 | 30 | cupertino_icons: ^1.0.2 |
18 | | - decorated_icon: ^1.2.1 |
19 | 31 | device_info: ^2.0.2 |
| 32 | + dio: ^4.0.0 |
20 | 33 | equatable: ^2.0.3 |
21 | | - firebase_core: ^1.4.0 |
22 | | - flutter_bloc: ^7.0.1 |
23 | | - flutter_widget_from_html: ^0.6.1 |
24 | | - fluttertoast: ^8.0.7 |
| 34 | + firebase_core: ^1.5.0 |
| 35 | + flutter: |
| 36 | + sdk: flutter |
| 37 | + flutter_bloc: ^7.1.0 |
| 38 | + flutter_webview_plugin: ^0.4.0 |
| 39 | + flutter_widget_from_html: ^0.7.0 |
| 40 | + fluttertoast: ^8.0.8 |
25 | 41 | font_awesome_flutter: ^9.1.0 |
26 | 42 | google_fonts: ^2.1.0 |
27 | | - http: ^0.13.3 |
28 | 43 | intl: ^0.17.0 |
29 | 44 | palette_generator: ^0.3.0 |
30 | | - photo_view: ^0.11.1 |
| 45 | + photo_view: ^0.13.0 |
31 | 46 | readmore: ^2.1.0 |
32 | 47 | shimmer: ^2.0.0 |
33 | 48 | url_launcher: ^6.0.9 |
|
0 commit comments