flutter-custom-dialog icon indicating copy to clipboard operation
flutter-custom-dialog copied to clipboard

The following NoSuchMethodError was thrown while handling a gesture: flutter: The method 'findRootAncestorStateOfType' was called on null. flutter: Receiver: null flutter: Tried calling: findRootAncestorStateOfType<NavigatorState>() flutter:

Open lucasjinreal opened this issue 5 years ago • 2 comments

The following NoSuchMethodError was thrown while handling a gesture: flutter: The method 'findRootAncestorStateOfType' was called on null. flutter: Receiver: null flutter: Tried calling: findRootAncestorStateOfType<NavigatorState>() flutter:

lucasjinreal avatar Oct 01 '20 11:10 lucasjinreal

@jinfagang did you find the solution? I am facing the same error.

MrJai avatar Jan 26 '21 13:01 MrJai

Maybe you can try adding YYDialog.init(context) 2021-06-18_151931

tenSunFree avatar Jun 18 '21 07:06 tenSunFree