zenrouter_file_generator 0.2.3 copy "zenrouter_file_generator: ^0.2.3" to clipboard
zenrouter_file_generator: ^0.2.3 copied to clipboard

A code generator for file-based routing in Flutter using zenrouter. Generate type-safe routes from your file/directory structure, similar to Next.js or Nuxt.js.

0.2.3 #

  • Format files

0.2.2 #

Bug Fixes #

  • Update the debug label correctly for the generated Path in the Coordinator
  • Update README.md

0.2.1 #

New Features #

  • Extract annotations and analyzer elements into a new zenrouter_file_annotation package

Breaking Changes #

  • Remove zenrouter_file_generator from pubspec.yaml and move it to dev_dependencies

0.2.0 #

New Features #

  • Route Groups (name): Wrap routes in a layout without adding the folder name to the URL path
    • Folders named with parentheses like (auth) create route groups
    • Routes inside (auth)/login.dart generate URL /login (not /(auth)/login)
    • Routes are still wrapped by the _layout.dart in that folder
    • Useful for grouping auth flows, marketing pages, or applying shared styling

0.1.0 #

  • Initial release of zenrouter_file_generator with file-based routing support for Flutter.
6
likes
0
points
849
downloads

Publisher

verified publisherzennn.dev

Weekly Downloads

A code generator for file-based routing in Flutter using zenrouter. Generate type-safe routes from your file/directory structure, similar to Next.js or Nuxt.js.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, flutter, glob, source_gen, zenrouter_file_annotation

More

Packages that depend on zenrouter_file_generator