From 85d65cc7d825d0739a366892e826f3f6dcdb3043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Enrique=20Villar=20Misa?= Date: Wed, 19 Nov 2025 09:19:59 +0100 Subject: [PATCH] fix: use BottomAppBarThemeData for Flutter SDK compatibility --- lib/src/app.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/app.dart b/lib/src/app.dart index 9e23a0f..59b0ad5 100644 --- a/lib/src/app.dart +++ b/lib/src/app.dart @@ -40,7 +40,7 @@ class BaseflowPluginExample extends StatelessWidget { splashColor: themeMaterialColor.shade50, textTheme: ButtonTextTheme.primary, ), - bottomAppBarTheme: const BottomAppBarTheme( + bottomAppBarTheme: const BottomAppBarThemeData( color: Color.fromRGBO(57, 58, 71, 1), ), hintColor: themeMaterialColor.shade500, diff --git a/pubspec.yaml b/pubspec.yaml index c287b32..4b15a58 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - url_launcher: ^6.3.0 + url_launcher: ^6.3.2 dev_dependencies: flutter_test: