A collection of bricks created to reuse code across all my flutter projects
Brick | Description | Version |
---|---|---|
riverpod_feature | A brick to create a riverpod feature template | 0.2.4 |
flutter_vscode_launch_config | A brick to create a VSCode launch configurations with build modes and flavors for Flutter Project | 0.1.1 |
utilities | A brick to create a helper classes like alert, debounce, logger, share and more! In order to use, you need to install the following packages (share, fluttertoast, logger, url_launcher) from pub.dev | 0.1.1 |
app_ui | A brick to create a typography, colors, responsive ui builder, theme, etc | 0.1.1 |
service | A brick to generate a service classes for local storage, secure storage, push notification and more! | 0.1.1 |
common_widgets | A brick to create a commonly used custom widgets for flutter project | 0.1.1 |
dart_extensions | A brick to create a commonly used dart extensions for flutter project | 0.1.1 |
app_constants | A brick to create a directory which contains all the constants like api endpoints, assets, app constants | 0.1.1 |