Jonas Schlauch
Jonas Schlauch
Please add **coverage:ignore-file** header to remove generated files from coverage.
Hi, is it possible to add an option to combining_builder which leads to the line `//coverage:ignore-file` beeing added on top of generated files. Or is there already an existing solution?...
Hi what is the recommended way to verify navigation inside a widget test
Why is it required to provide `routes` in `AutoTabsRouter` and `AutoTabsScaffold`. Maybe they could be optional and retrieved from the router with the order defined there as a default and...
Is it possible to navigate to path set up correctly via the browser URL with auto_route?
Implements #162
A `onCreate`option in `GoldenBuilder`s `addScenario` would be great. Similar to `DeviceBuilder`.
Add coverage:ignore-file to generated file to remove it from coverage reports like LCOV.
## Steps to Reproduce 1. Execute `flutter test -d ios` **Expected results:** Tests should run on the available ios simulator **Actual results:** No devices are connected. Ensure that `flutter doctor`...
Fixes #22