Skip to content

Commit 7090c4c

Browse files
committed
style: elevation removed
1 parent c941276 commit 7090c4c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/src/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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),

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4949
flutter_icons:
5050
android: true

0 commit comments

Comments
 (0)