JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

inheritFromWidgetOfExactType #15

Closed aristidenholle closed 3 years ago

aristidenholle commented 3 years ago

Hello at you , when i try to use flutter_styled_toast in flutter 2.0 i got

/C:/Flutter%20v2.0/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_styled_toast-1.3.0/lib/src/styled_toast.dart:1880:15: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/Flutter%20v2.0/flutter/packages/flutter/lib/src/widgets/framework.dart').
Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.
      context.inheritFromWidgetOfExactType(_StyledToastTheme);
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
JackJonson commented 3 years ago

Using the latest version 1.5.2+3 will solve this.