go_router_linter 0.1.6 go_router_linter: ^0.1.6 copied to clipboard
A custom linting package designed to enhance code quality and consistency when using the `go_router` package
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.6 - 2024-12-18 #
0.1.5 - 2024-12-11 #
Added #
- added a rule to prevent hardcoded strings from being used as URLs in go_router
Fixed #
- 📝 updating documentation for new lint rules
Changed #
- upgrade example flutter project dependencies
- upgrade test package
- separate directories for dart files by purpose
- ⚡️ modify rule to prevent hardcoded URLs from being used even when using GoRouter
- ⚡️ added string helper methods to support other routing functions