In flutter 2.x, I am seeing the following error message when attempting to use Sidekick:
flutter_sidekick-0.1.3/lib/src/widgets/sidekick_team_builder.dart:75:17: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
Apparently context.ancestorStateOfType() and context.ancestorInheritedElementForWidgetOfExactType(type) are deprecated because they don't work correctly and have been removed for latest Flutter stable.
In flutter 2.x, I am seeing the following error message when attempting to use Sidekick:
flutter_sidekick-0.1.3/lib/src/widgets/sidekick_team_builder.dart:75:17: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'.
Apparently context.ancestorStateOfType() and context.ancestorInheritedElementForWidgetOfExactType(type) are deprecated because they don't work correctly and have been removed for latest Flutter stable.