go_router_linter 0.1.8 go_router_linter: ^0.1.8 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.8 - 2024-12-24 #
Changed #
- fix: ๐ force upgrade the version of
analyzer
by adding adependency_overrides
section
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