csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
442 stars 96 forks source link

Generate target experiments #130

Closed kevmoo closed 2 years ago

kevmoo commented 2 years ago

Towards https://github.com/csells/go_router/issues/66

codecov-commenter commented 2 years ago

Codecov Report

Merging #130 (3474590) into master (da42978) will decrease coverage by 2.38%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   62.50%   60.11%   -2.39%     
==========================================
  Files          14       15       +1     
  Lines         480      504      +24     
==========================================
+ Hits          300      303       +3     
- Misses        180      201      +21     
Impacted Files Coverage Δ
lib/go_router.dart 0.00% <ø> (ø)
lib/src/route_data.dart 0.00% <0.00%> (ø)
lib/src/go_router.dart 40.54% <0.00%> (-1.13%) :arrow_down:
lib/src/go_router_delegate.dart 79.27% <0.00%> (+0.22%) :arrow_up:

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 da42978...3474590. Read the comment docs.