════════ Exception caught by widgets library ═══════════════════════════════════════════════════════
The following ProviderNotFoundError was thrown building TopicProgress(dirty):
Error: Could not find the correct Provider above this TopicProgress Widget
To fix, please:
Ensure the Provider is an ancestor to this TopicProgress Widget
Provide types to Provider
Provide types to Consumer
Provide types to Provider.of()
Always use package imports. Ex: `import 'package:my_app/my_code.dart';
════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following ProviderNotFoundError was thrown building TopicProgress(dirty): Error: Could not find the correct Provider above this TopicProgress Widget
To fix, please:
context
is being used.If none of these solutions work, please file a bug at: https://github.com/rrousselGit/provider/issues
User-created ancestor of the error-causing widget was: Column file:///C:/Users/Guilherme/AndroidStudioProjects/quizapp/lib/screens/topics.dart:65:20