You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only found in crash report, which i cant reproduce
error log
Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: No ProviderScope found. Error thrown during a task callback.
at ProviderScope.containerOf(framework.dart:107)
at ConsumerStatefulElement.read(consumer.dart:613)
at _ListHeaderWidget.build.(xx_page.dart:278)
at VisibilityDetectorLayer._fireCallback(visibility_detector_layer.dart:263)
at VisibilityDetectorLayer._processCallbacks(visibility_detector_layer.dart:222)
at _TaskEntry.run(binding.dart:92)
at SchedulerBinding.handleEventLoopCallback(binding.dart:515)
at SchedulerBinding._runTasks(binding.dart:490)
at TickerFuture.whenCompleteOrCancel.thunk(ticker.dart:420)
purpose of this code is to detect if the progress view container is visible, which this view is in a "list header"
else show center progress view
only found in crash report, which i cant reproduce
error log
Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: No ProviderScope found. Error thrown during a task callback.
at ProviderScope.containerOf(framework.dart:107)
at ConsumerStatefulElement.read(consumer.dart:613)
at _ListHeaderWidget.build.(xx_page.dart:278)
at VisibilityDetectorLayer._fireCallback(visibility_detector_layer.dart:263)
at VisibilityDetectorLayer._processCallbacks(visibility_detector_layer.dart:222)
at _TaskEntry.run(binding.dart:92)
at SchedulerBinding.handleEventLoopCallback(binding.dart:515)
at SchedulerBinding._runTasks(binding.dart:490)
at TickerFuture.whenCompleteOrCancel.thunk(ticker.dart:420)
purpose of this code is to detect if the progress view container is visible, which this view is in a "list header"
else show center progress view
The text was updated successfully, but these errors were encountered: