Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 720 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 720 Bytes

A library to help with BLoC implementations.

this library is currently in WIP

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

Add dependency to project:

flutter pub add state_action_bloc --git-url=https://github.com/pedrox-hs/flutter_packages --git-path=state_action_bloc

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.