Skip to content

Commit

Permalink
Prepare for publication to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sitatec committed Aug 14, 2022
1 parent 7b895be commit e5f059d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.3.3
## 0.4.0
* Fixed setting up mocks with the new firebase_core_platform_interface version
* Updated dependencies
* Fix some lint issues
* Implement `get` method for `MockDatabaseReference`
Thanks to Zohenn and OlegNovosad for their PRs
## 0.3.2
* fix and test MockFirebaseDatabase.instance.ref()
## 0.3.1
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_database_mocks

description: Fakes to write unit tests for FirebaseDatabase (real-time database).

version: 0.3.3
version: 0.4.0

repository: https://github.com/sitatec/firebase_database_mocks.git
homepage: https://github.com/sitatec/firebase_database_mocks.git
Expand All @@ -14,12 +14,12 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_database: ^9.0.19
firebase_core_platform_interface: ^4.4.3

dev_dependencies:
flutter_test:
sdk: flutter
firebase_database: ^9.1.1
mockito: ^5.3.0
firebase_core_platform_interface: ^4.5.0

dev_dependencies:

flutter_lints: ^2.0.1
mockito: ^5.2.0

0 comments on commit e5f059d

Please sign in to comment.