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

A global Dart CLI for generating Flutter SQLite applications from SQL schemas.

1.1.3 #

  • Restore the confirm-password field, visibility toggle, and matching validation in the generated registration screen.
  • Restore date picker generation for birthday/date fields on the auth registration screen.
  • Replace remember-login file storage with SharedPreferences-only storage so generated Web apps no longer fail with Unsupported: _Namespace.
  • Generate a local reset-password form when SMTP is disabled.
  • Respect the selected radio-button layout for the registration gender field.
  • Keep template resolution working when the CLI is launched from a generated project on another machine.
  • Fix generated logout support and remove an unused profile route import.
  • Make auth-dependent CLI options enable their required auth/profile features.
  • Reject conflicting, unknown, missing-value, and invalid widget options instead of silently generating a different configuration.
  • Add option-matrix smoke coverage for success, WebView, SMTP/local recovery, remember-login, edit-profile, gender widget, and logo source choices.

1.1.2 #

  • Fix template resolution when running the CLI from a generated project folder on another machine.
  • Update UTC2 auth templates with AppBar layout, FontAwesome icons, TextEditingController-based forms, SQLite auth, WebView, and SMTP recovery.
  • Add generated UI constants and shared auth widgets.

1.1.1 #

  • Fix template resolution so global installs use templates from the active package version instead of older cached versions.

1.1.0 #

  • Fix the published archive so lib/src/scaffold_generator.dart is included.
  • Restore the fss and flutter_sqlite_scaffold global executables.
  • Remove Flutter application dependencies from the global CLI package.
  • Rewrite installation documentation for global activation.

0.2.2 #

  • fix number version in pubspec.yaml and scaffold generator
  • Version basic scaffold

0.2.1 #

  • Version basic scaffold

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
130
points
466
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A global Dart CLI for generating Flutter SQLite applications from SQL schemas.

Homepage

License

MIT (license)

More

Packages that depend on flutter_sqlite_scaffold