mockingjay 2.1.0
mockingjay: ^2.1.0 copied to clipboard
A package that makes it easy to mock, test and verify navigation calls in Flutter.
2.1.0 #
- fix: update constraint in pubspec.yaml (#101)
- chore: v2.0.0 (#102)
- chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 in /example (#104)
- chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 (#103)
- chore(deps): bump actions/checkout from 4 to 5 (#105)
- chore(deps): bump very_good_analysis from 9.0.0 to 10.0.0 (#107)
- chore(deps): bump actions/checkout from 5 to 6 (#108)
- chore: upgrade dependencies to Dart 3.10.0, Flutter 3.38.1, test 1.26.3 (#110)
2.0.0 #
Note: This release supports Flutter 3.32.0, for migration details see the release notes.
1.0.0 #
Note: This release supports Flutter 3.29.0. Contains a breaking change, where the isRoute named parameter has reached the full deprecation cycle.
- chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example (#82)
- chore!: remove deprecated parameter (#86)
- chore: bumping very good analysis from 6.0.0 to 7.0.0 (#87)
- feat: support
removeRouteBelowmethod (#90) - chore: bumping flutter version to 3.29.0 and bumping example dependencies (#88)
- fix: fixing formatting step (#92)
0.5.0 #
Note: This release supports Flutter 3.16.0, for migration details see the release notes.
0.4.0 #
- feat: support for
mocktail ^1.0.0 - feat: support for
flutter 3.13.0 - feat: sdk constraint to include Dart 3
0.3.0 #
- feat: support for
mocktail ^0.3.0
0.2.0 #
- feat: add mock call for
canPop(thanks @allisonryan0002!) - feat: add mock call for
maybePop(thanks @korzonkiee!) - feat: add
whereSettings,whereName,whereArguments,whereMaintainStateandwhereFullscreenDialogmatcher arguments toisRoutematcher - DEPRECATE: fix:
namedargument onisRoutedeprecated in favor ofwhereName
0.2.0-dev.3 #
- feat: add mock call for
canPop(thanks @allisonryan0002!)
0.2.0-dev.2 #
- feat: add mock call for
maybePop(thanks @korzonkiee!)
0.2.0-dev.1 #
- feat: add
whereSettings,whereName,whereArguments,whereMaintainStateandwhereFullscreenDialogmatcher arguments toisRoutematcher - DEPRECATE: fix:
namedargument onisRoutedeprecated in favor ofwhereName
0.1.1 #
- refactor: reorder mock navigator provider parameters (#14, thanks @JigneshPatel23)
0.1.0 #
- feat: initial release 🎉