Modular CLI framework for fast Flutter app generation and scalable development
Say My Frame is an open source toolkit that helps you bootstrap and grow Flutter apps with a clean, modular architecture. From MVP to production - pick the modules you need and start building.
- Faster start - scaffold a ready-to-run Flutter app in minutes
- Modular by design - each feature is its own package
- Extensible - add or swap modules anytime
- Practical stack - routing, DI, Firebase-ready modules, analytics
smf_flutter_core- base Flutter project structuresmf_contracts- shared contracts and interfaces
smf_flutter_cli- the command-line tool that powers generation and integration
Available in smf_modules: routing, Firebase integration, analytics, DI, messaging, and more
dart pub global activate smf_flutter_cli
smf create my_app