flutter_sqlite_scaffold 0.2.0 copy "flutter_sqlite_scaffold: ^0.2.0" to clipboard
flutter_sqlite_scaffold: ^0.2.0 copied to clipboard

A Dart CLI generator that scaffolds Flutter SQLite CRUD apps from SQL schema files.

0.2.0 #

  • Add sqflite run-able on Flutter Web

0.1.9 #

  • refactor code forget password and automation generated code

0.1.6 #

  • rafactor code and structure

0.1.5 #

  • Add --ui-style 1|2|3|classic|ocean|graphite for choosing among three generated UI themes.

0.1.4 #

  • Add --with-home / --no-home and 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-splash and an interactive splash-screen prompt.
  • Add --with-profile / --no-profile and an interactive profile-screen prompt.
  • Render auth and splash logos with a circular AppLogo widget.

0.1.2 #

  • Add robust default schema bootstrapping for empty projects.
  • Add fss init-schema / fss --init to create schema.sql without 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.dart plus a safe example file.
  • Run dart format automatically after generation.
  • Add schema validation errors for invalid auth schemas.

0.1.1 #

  • Add the short fss executable.
  • 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.
0
likes
0
points
466
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI generator that scaffolds Flutter SQLite CRUD apps from SQL schema files.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on flutter_sqlite_scaffold