This commit was merged in pull request #159.
This commit is contained in:
@@ -20,6 +20,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
void main() {
|
||||
BlocOverrides.runZoned(() => runApp(const CounterRepositoryProviderPage()),
|
||||
blocObserver: CounterObserver());
|
||||
Bloc.observer = CounterObserver();
|
||||
runApp(const CounterRepositoryProviderPage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user