Releases: fluttercandies/ff_annotation_route
Releases · fluttercandies/ff_annotation_route
v8.0.0
- Support Flutter 2.5.0, basically with the type alias support.
Also, drop supports below Flutter 2.5.0 . - Revert the
requiredkeyword extra handling since this fix has been addressed in theanalyzer. - De-duplicate all imports.
- Sort imports alphabetically.
- Brought
ignore_for_filefront. - Apply trailing comma to safe/super arguments for the
require_trailing_commaslint rule. - Support fix class names conflict.
(Do not use the same class name in one package, they can't be exported correctly.) - Use constants value from core in the template.
- Support exclude packages.
v8.0.0-dev.5
- Apply trailing comma to safe arguments for the
require_trailing_commaslint rule.
v8.0.0-dev.3
- Brought
ignore_for_filefront. - Apply trailing comma to super arguments for the
require_trailing_commaslint rule.
v8.0.0-dev.2
- De-duplicate all imports.
- Sort imports alphabetically.
v8.0.0-dev.1
- Support Flutter 2.5.0, basically with the type alias support. Also drop supports below Flutter 2.5.0 .
- Revert the
requiredkeyword extra handling since this fix has addressed in theanalyzer.