What problem does it solve?
This Skill helps Flutter developers use fl_lib across stores, widgets, utils, and extensions, reducing integration complexity by providing a clear, repeatable approach for setup and usage.
Core Features & Use Cases
- fl_lib Setup & Usage: Guidance on dependency setup, Paths initialization, and localization wiring.
- Stores: Use PrefStore for settings, SecureStore for secrets, and HiveStore for local caching.
- Widgets: Use fl_lib widgets for common UI patterns and components.
- Utils & extensions: Use provided helpers for IDs, crypto, UI/system, and fl_lib extensions.
- Library changes: If modifying fl_lib itself, run
./export_all.dart in the fl_lib root to update exports.
Quick Start
Install the dependency to your pubspec.yaml pointing to the fl_lib GitHub repository, initialize Paths in your app entry (e.g., await Paths.init()), and configure localization delegates. When modifying fl_lib itself, run ./export_all.dart in the fl_lib root to update exports.