flutter_simple_architecture 1.0.2
flutter_simple_architecture: ^1.0.2 copied to clipboard
A robust Flutter bootstrapping tool and project template emphasizing a clean, layer-first architecture with strict state management.
1.0.2 #
- Fixed template directory resolution when the CLI is run as a globally activated package.
- Improved reliability of
fsa createin external directories.
1.0.1 #
- Improved
fsa createbootstrapping logic to ensure all dependencies and configurations are correctly applied. - Cleaned up
lib/main.darttemplate by removing default Flutter counter boilerplate. - Added copying of
.fvmrcandGEMINI.mdto new projects. - Added automated tests for project bootstrapping.
1.0.0 #
- Initial release of FSA (Flutter Simple Architecture).
- Integrated CLI tool with
createandgeneratecommands. - Layer-first architecture template including
core,domain, andpresentation. - Centralized design system with sealed widgets.
- Functional error handling with
fpdart. - Automated logging with
LoggerService.