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
change the following lines in provider.dart to correct this issue.
222 ? context.dependOnInheritedWidgetOfExactType<InheritedProvider>() as InheritedProvider
223 : context.getElementForInheritedWidgetOfExactType<InheritedProvider>().widget as InheritedProvider;
The text was updated successfully, but these errors were encountered:
deprecated methods
change the following lines in provider.dart to correct this issue.
222 ? context.dependOnInheritedWidgetOfExactType<InheritedProvider>() as InheritedProvider
223 : context.getElementForInheritedWidgetOfExactType<InheritedProvider>().widget as InheritedProvider;
The text was updated successfully, but these errors were encountered: