quicklit 1.1.0 copy "quicklit: ^1.1.0" to clipboard
quicklit: ^1.1.0 copied to clipboard

A blazing-fast Flutter toolkit with essential utilities and UI components for hackathon-ready apps.

1.1.0 - 2025-07-13 #

Added #

  • CLI support for generating full auth boilerplate using --get-login
  • Support for both Firebase and API-based authentication
  • BLoC setup for auth: auth_bloc.dart, auth_event.dart, auth_state.dart
  • Auth UI: QuicklitLoginPage and QuicklitRegisterPage
  • Firebase Auth integration with email/password
  • API Auth integration using Dio with JWT-ready setup
  • CLI prompts for auth provider selection
  • --install-deps CLI flag to auto-install core packages

Changed #

  • CLI executable renamed to quicklit:model_gen for consistent namespace
  • Improved CLI error handling and usage instructions

0.0.1 - 2025-07-04 #

Added #

  • Prebuilt Firebase-ready Login & Register UIs
  • Dark/Light mode toggle
  • Internet connectivity checker
  • Snackbar, dialog, toast utilities
  • SharedPreferences local storage helper
  • Stopwatch/timer utilities
  • isDebug() and isRelease() environment helpers
  • CLI tool to generate models from JSON (with @JsonSerializable support)

Fixed #

  • Removed unused imports
  • Fixed pubspec executables: validation
0
likes
140
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A blazing-fast Flutter toolkit with essential utilities and UI components for hackathon-ready apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, firebase_auth, firebase_core, flutter, json_annotation, provider, shared_preferences

More

Packages that depend on quicklit