Roman Novoselov
Roman Novoselov
Hey, it would be nice to get a callback when finished playing (when the last frame is drawn) thanks
@koral-- Oy, thanks!!!
@Frezyx @arhamsc I also reproduced same problem. In VSCode logs are displayed correctly, but Android Studio (Giraffe version) does not show the logs or shows them without color and not...
``` final sl = GetIt.instance; void _setupTakerLogger() { sl.registerLazySingleton(() => TalkerFlutter.init()); Bloc.observer = TalkerBlocObserver(talker: sl.get()); FlutterError.onError = (details) => sl.get().handle(details.exception, details.stack); } ``` Android Studio's console log example, when run...