/counter_cubit_bloc

🧮 Counter default application Flutter using Bloc and Cubit

Primary LanguageC++

Learning Bloc

About 📖

Studying and having introductions to bloc, flutter_bloc and using Cubit; creating Flutter's default counter project with these tools.


How to Use 🤔

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

Linkedin Badge