brianegan / flutter_architecture_samples

TodoMVC for Flutter
http://fluttersamples.com/
BSD 3-Clause "New" or "Revised" License
8.74k stars 1.71k forks source link

Error on example #165

Closed rodrigobastosv closed 4 years ago

rodrigobastosv commented 4 years ago

I guess there's an error on SimpleBlocDelegate test on the example: https://github.com/brianegan/flutter_architecture_samples/blob/master/bloc_library/test/blocs/simple_bloc_delegate_test.dart

The onEvent test is refering to the delegate.onError

brianegan commented 4 years ago

Thanks, fixed!