velocity_bloc 1.1.2 velocity_bloc: ^1.1.2 copied to clipboard
Minimalist and Easy State Management for Bloc Inspired from Dart Generics.
Velocity Bloc #
Getting started #
In the pubspec.yaml
of your flutter project, add the following dependency:
dependencies:
...
velocity_bloc: <latest_version>
In your library add the following import:
import 'package:velocity_bloc/velocity_bloc.dart';
For help getting started with Flutter, view the online documentation.
License #
Released under MIT by @codersangam.
Contribution #
- Fork it (https://github.com/codersangam/velocity_bloc/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request