Skip to content

Commit

Permalink
Upgrade to flutter and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sitatec committed Nov 12, 2023
1 parent c8ab325 commit 805b61f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 0.6.0
## 0.6.1
* Upgrade to flutter and dependencies
## 0.6.0
* Add methods for children testing in mock_data_snapshot.dart (Thanks @bonnybun)
## 0.5.0
* Implement update and remove methods for MockDatabaseReference (Thanks Zohenn)
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ homepage: https://github.com/sitatec/firebase_database_mocks.git
issue_tracker: https://github.com/sitatec/firebase_database_mocks/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
flutter:
sdk: flutter
flutter_test:
sdk: flutter
firebase_database: ^10.0.6
mockito: ^5.3.2
firebase_database: ^10.3.4
mockito: ^5.4.2
firebase_core_platform_interface: ^5.0.0

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

0 comments on commit 805b61f

Please sign in to comment.