From 21b3259389f5164ec354d813c5a63263d174ff42 Mon Sep 17 00:00:00 2001 From: Seyun Choi Date: Fri, 10 Nov 2023 14:09:08 +0900 Subject: [PATCH 1/2] updated pubspec.yaml / upgraded firebase_core_platform_interface from ^4.5.2 to ^5.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 181363b..d336da7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: sdk: flutter firebase_database: ^10.0.6 mockito: ^5.3.2 - firebase_core_platform_interface: ^4.5.2 + firebase_core_platform_interface: ^5.0.0 dev_dependencies: flutter_lints: ^2.0.1 From 7dab7ba3214ee947b3c880e1bb62639ee577b21d Mon Sep 17 00:00:00 2001 From: Seyun Choi Date: Fri, 10 Nov 2023 14:13:48 +0900 Subject: [PATCH 2/2] updated version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d336da7..1ae8c73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: firebase_database_mocks description: Fakes to write unit tests for FirebaseDatabase (real-time database). -version: 0.6.0 +version: 0.6.1 repository: https://github.com/sitatec/firebase_database_mocks.git homepage: https://github.com/sitatec/firebase_database_mocks.git