flutter_sqlite_scaffold 0.1.5
flutter_sqlite_scaffold: ^0.1.5 copied to clipboard
A Dart CLI generator that scaffolds Flutter SQLite CRUD apps from SQL schema files.
0.1.5 #
- Add
--ui-style 1|2|3|classic|ocean|graphitefor choosing among three generated UI themes.
0.1.4 #
- Add
--with-home/--no-homeand an interactive home-dashboard prompt. - Allow generating a minimal post-login success home while skipping CRUD screens and routes.
- Skip module models, services, controllers, and tests when home dashboard/CRUD generation is disabled.
- Add
--with-splash/--no-splashand an interactive splash-screen prompt. - Add
--with-profile/--no-profileand an interactive profile-screen prompt. - Render auth and splash logos with a circular
AppLogowidget.
0.1.2 #
- Add robust default schema bootstrapping for empty projects.
- Add
fss init-schema/fss --initto createschema.sqlwithout generating. - Embed a fallback default schema so global installs do not depend on resolving
schema.example.sql. - Keep generated email credentials in a local ignored
email_config.dartplus a safe example file. - Run
dart formatautomatically after generation. - Add schema validation errors for invalid auth schemas.
0.1.1 #
- Add the short
fssexecutable. - Improve template resolution for globally activated packages.
- Add optional email, auth, and forgot-password generation prompts.
- Add registration success email support when email generation is enabled.
0.1.0 #
- Initial beta CLI package for generating Flutter SQLite CRUD apps from SQL schemas.
- Generates typed models, SQLite services, controllers, routes, CRUD screens, validators, optional auth, optional email, and tests.