KingWu/flutter_starter_kit

Deprecated!!

Closed this issue · 0 comments

inheritFromWidgetOfExactType in AppProvider deprecated.

// Change this line
(context.inheritFromWidgetOfExactType(AppProvider) as AppProvider)

// Replace with
(context.dependOnInheritedWidgetOfExactType())