flutter_progress_dialog icon indicating copy to clipboard operation
flutter_progress_dialog copied to clipboard

Fix build error on Flutter 1.26.0-12.0.pre-dev and above

Open w568w opened this issue 4 years ago • 0 comments

The method inheritFromWidgetOfExactType(T) was deprecated after v1.12.1, and totally replaced by dependOnInheritedWidgetOfExactType<T>() on version 1.26.0-12.0.pre-dev.

w568w avatar Jan 23 '21 03:01 w568w