Studying and having introductions to bloc, flutter_bloc and using Cubit; creating Flutter's default counter project with these tools.
First of all, correctly configure the Flutter development environment on your machine,
see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/counter_bloc counter_bloc
- Enter in directory:
$ cd counter_bloc
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run