You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nprimo ecf94f76ed docs(bloc-counter): improve audit format 2 years ago
..
README.md docs(bloc-counter): improve audit format 2 years ago

README.md

Functional

In order to run and hot reload app either on emulator or device, follow the instructions

Does the app run without any crashes?
Can you increment counter?
Can you decrement counter?
Is the BLoC pattern implemented properly? Do you see blockobserver, blockprovider, blockbuilder explicitly?
Are incrementing and decrememting implemented using BLoC pattern?