Browse Source

docs(bloc-counter): fix a question

pull/2048/head
miguel 12 months ago committed by MSilva95
parent
commit
92294da2ab
  1. 2
      subjects/mobile-dev/bloc-counter/audit/README.md

2
subjects/mobile-dev/bloc-counter/audit/README.md

@ -8,7 +8,7 @@
###### Is the BLoC pattern implemented properly? Can you see the `BlocObserver`, `BlocProvider`, and `BlocBuilder` being used explicitly in the code?
###### Are the `increment` and `decrement` operations implemented using the BLoC pattern, with the `CounterBloc` class managing the state of the counter?
###### Is the `increment` operation implemented using the BLoC pattern, with the `CounterBloc` class managing the state of the counter?
###### Does the app properly display the current value of the counter, and does it update automatically when the counter's value changes?

Loading…
Cancel
Save