File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class _MyAppState extends State<MyApp> {
4242 secondary: Color (0xff4C525C ),
4343 background: Color (0xff4C525C ),
4444 ),
45+ appBarTheme: AppBarTheme (elevation: 0 ),
4546 primaryColor: Color (0xff4C525C ),
4647 secondaryHeaderColor: Color (0xffFFAE48 ),
4748 highlightColor: Color (0xff58BFE6 ),
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ packages:
3535 name: bloc
3636 url: "https://pub.dartlang.org"
3737 source: hosted
38- version: "7.2 .1"
38+ version: "8.0 .1"
3939 boolean_selector:
4040 dependency: transitive
4141 description:
@@ -201,7 +201,7 @@ packages:
201201 name: flutter_bloc
202202 url: "https://pub.dartlang.org"
203203 source: hosted
204- version: "7.3.3 "
204+ version: "8.0.0 "
205205 flutter_facebook_auth:
206206 dependency: "direct main"
207207 description:
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ dependencies:
3636 # google_sign_in: ^5.1.1
3737 sign_in_with_apple : ^3.2.0
3838 equatable : ^2.0.3
39- flutter_bloc : ^7.3.3
40- bloc : ^7.2.1
4139 socket_io_client : ^2.0.0-beta.4-nullsafety.0
4240 intl : ^0.17.0
4341 audioplayers : ^0.20.1
4442 firebase_core : ^1.7.0
4543 firebase_messaging : ^10.0.8
4644 firebase_analytics : ^8.3.3
4745 google_sign_in : ^5.1.1
46+ flutter_bloc : ^8.0.0
47+ bloc : ^8.0.1
4848
4949flutter_icons :
5050 android : true
You can’t perform that action at this time.
0 commit comments