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.
 
 
 
 
 
 
jrosendo 53af9f2ecb docs(mobile-dev): add mobile branch subjects to public 2 years ago
..
README.md docs(mobile-dev): add mobile branch subjects to public 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?