flutter_advanced_boilerplate icon indicating copy to clipboard operation
flutter_advanced_boilerplate copied to clipboard

A new advanced flutter boilerplate project uses BLoC.

Results 10 flutter_advanced_boilerplate issues
Sort by recently updated
recently updated
newest added

I like it! :) Minor issue: FAILURE: Build failed with an exception. * Where: Build file 'C:\Develop\Flutter\Playground\Boilerplates\flutter_advanced_boilerplate-main\android\app\build.gradle' line: 29 AND * Where: Build file 'C:\Develop\Flutter\Playground\Boilerplates\flutter_advanced_boilerplate-main\android\app\build.gradle' line: 50 Fixed by adding...

The `AppState` class contains the app theme and is used in `AppCubit`, which is a `HydratedCubit`. This causes the theme to be persisted into the hydrated storage. This means that...

bug

Bumps [material_design_icons_flutter](https://github.com/ziofat/material_design_icons_flutter) from 5.0.6996 to 6.0.7096. Changelog Sourced from material_design_icons_flutter's changelog. 6.0.7096 Update icons to 7.0.96 of mdi that introduce breaking changes. Some icons are renamed or removed. For more...

dependencies

please upgrade the project and packages dependency

Bumps [flutter_staggered_grid_view](https://github.com/letsar/flutter_staggered_grid_view) from 0.6.2 to 0.7.0. Changelog Sourced from flutter_staggered_grid_view's changelog. 0.7.0 Changed Bump minimal Flutter version to 3.7.0 Fixed Warning with Scrollable.of Commits 0bfd05f Bump version to 0.7.0 fecd2ac...

dependencies

Hello, I am a beginner in development on Dart and I would like to know how to pass a variable to my block to make a request on it. In...

help wanted

New updates

Hello, first of all i want to thank you for making this structured flutter project with bloc's, i found out that in the discussion you shared the newest update for...