文件最后提交记录最后更新时间
[go_router] Cleans up route match API and introduces dart fix (#3819) Clean up API around RouteMatch/RouteMatchList/GoRouterState, This is a breaking change that renamed some of the GoRouterState property to have a more descriptive name as flutter style guide suggested https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-abbreviations also introducing dart fix to help with migration3 年前
[go_router] Cleans up route match API and introduces dart fix (#3819) Clean up API around RouteMatch/RouteMatchList/GoRouterState, This is a breaking change that renamed some of the GoRouterState property to have a more descriptive name as flutter style guide suggested https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-abbreviations also introducing dart fix to help with migration3 年前
[go_router] Replaces uri related properties in GoRouterState (#4392) Replaces uri related field in GoRouterState, so that we don't need to mimic the API in uri. This also give developer the access to other field like http scheme(once supported) and fragment.2 年前
[go_router] Replaces uri related properties in GoRouterState (#4392) Replaces uri related field in GoRouterState, so that we don't need to mimic the API in uri. This also give developer the access to other field like http scheme(once supported) and fragment.2 年前
README.md

Directory contents

The Dart files and golden master .expect files in this directory are used to test the dart fix framework refactorings used by the go_router package

See the packages/packages/go_router/lib/fix_data.yaml directory for the current package:go_router data-driven fixes.

To run these tests locally, execute this command in the packages/packages/go_router/test_fixes directory.

dart fix --compare-to-golden

For more documentation about Data Driven Fixes, see https://dart.dev/go/data-driven-fixes#test-folder.