mockingjay 0.2.0-dev.3 mockingjay: ^0.2.0-dev.3 copied to clipboard
A package that makes it easy to mock, test and verify navigation calls in Flutter.
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
,whereMaintainState
andwhereFullscreenDialog
matcher arguments toisRoute
matcher - DEPRECATE: fix:
named
argument onisRoute
deprecated in favor ofwhereName
0.1.1 #
- refactor: reorder mock navigator provider parameters (#14, thanks @JigneshPatel23)
0.1.0 #
- feat: initial release 🎉