Skip to content

Commit 5b7d6fb

Browse files
authored
Add files via upload
1 parent ab882f6 commit 5b7d6fb

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

pubspec.yaml

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,48 @@
1-
name: amd
1+
name: moviedb
22
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
418
version: 1.0.0+1
519

620
environment:
721
sdk: ">=2.12.0 <3.0.0"
822

923
dependencies:
10-
flutter:
11-
sdk: flutter
1224
bottom_nav_bar:
1325
git:
1426
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
1730
cupertino_icons: ^1.0.2
18-
decorated_icon: ^1.2.1
1931
device_info: ^2.0.2
32+
dio: ^4.0.0
2033
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
2541
font_awesome_flutter: ^9.1.0
2642
google_fonts: ^2.1.0
27-
http: ^0.13.3
2843
intl: ^0.17.0
2944
palette_generator: ^0.3.0
30-
photo_view: ^0.11.1
45+
photo_view: ^0.13.0
3146
readmore: ^2.1.0
3247
shimmer: ^2.0.0
3348
url_launcher: ^6.0.9

0 commit comments

Comments
 (0)