Create an example app for flutter_list_bloc package. It should demonstrate the usage of all the widgets available in flutter_list_bloc. Please provide in-code documentation of each widget and when to use the widget.
[ ] DataBlocBuilder
[ ] ListBlocBuilder
[ ] ListViewBlocBuilder
[ ] ContinuousScrollBuilder
[ ] ContinuousListViewBlocBuilder
[ ] PageViewBlocBuilder
[ ] SliverListBlocBuilder
Goals:
Showcase example use-case of each widget from flutter_list_bloc.
Write in-code documentation with the use case of the widget.
Example code must be plain and simple, remember to keep the structure flat and no nesting file structure.
It is just an example app so write minimal code to showcase the usage. No need for 3rd party packages/plugins.
Create an example app for flutter_list_bloc package. It should demonstrate the usage of all the widgets available in flutter_list_bloc. Please provide in-code documentation of each widget and when to use the widget.
Goals:
Please create a PR for review when done. Keep the commit history clean, and use atomic commit pushes.
Resources