go_router_autogen 0.0.10
go_router_autogen: ^0.0.10 copied to clipboard
Generate go_router routes from @RoutePage() annotations with zero manual paths/names.
Changelog #
All notable changes to this project will be documented in this file. This project follows Semantic Versioning and the Keep a Changelog format.
0.0.10 - 2025-08-18 #
Changed #
- Consolidated and expanded README.md into a single, self-contained file with a full Table of Contents, end‑to‑end install & usage, advanced notes, troubleshooting, and FAQ.
Fixed #
- Build break:
Undefined name 'routesEmitter'by exposing a top‑level factory inlib/builder.dart. - Pub.dev validation: missing
globdependency added todependencies. - Stability: more resilient library scanning when annotations live in
partfiles (LibraryReader-based pass).
Notes #
- No breaking changes. Regenerate code with:
dart run build_runner clean dart pub get dart run build_runner build --delete-conflicting-outputs