https://github.com/roughike/testing-navigation
A quick sample app on how to test navigation in Flutter.
https://github.com/roughike/testing-navigation
Last synced: 6 months ago
JSON representation
A quick sample app on how to test navigation in Flutter.
- Host: GitHub
- URL: https://github.com/roughike/testing-navigation
- Owner: roughike
- Created: 2018-08-22T22:17:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T14:56:54.000Z (over 7 years ago)
- Last Synced: 2025-07-03T00:35:45.362Z (6 months ago)
- Language: Dart
- Size: 110 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing_navigation
A sample on how to test navigation events on Flutter.
[See the blogpost here](https://iirokrankka.com/2018/08/22/writing-widget-tests-for-navigation-events/).