Closed andyduke closed 3 years ago
Merging #90 (e4a8610) into master (650203c) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #90 +/- ##
=======================================
Coverage 67.62% 67.62%
=======================================
Files 3 3
Lines 383 383
=======================================
Hits 259 259
Misses 124 124
Impacted Files | Coverage Δ | |
---|---|---|
lib/go_router.dart | 45.09% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 650203c...e4a8610. Read the comment docs.
Hey, @andyduke. I really like this! I'm sorry I didn't see it when you first suggested it. Can you update the PR with the following:
Thanks for the contribution.
@csells I rebased to 2.1.2, renamed the navigatorBuilder example, and added its description to the README (in a separate section, since this applies not only to nested navigation). After accepting this PR, I would like to make another one with improvements for restorable.
This parameter is for inserting widgets above the Navigator, for example, to implement an authentication screen with inner navigation. An example of use in the file "example/lib/auth.dart".