FlutterToast icon indicating copy to clipboard operation
FlutterToast copied to clipboard

NoSuchMethodError: The method 'insert' was called on null.

Open FarsFuad opened this issue 5 years ago • 2 comments

My code is very simple and I'm still getting an error :

void initState() { super.initState(); Toast.show("Toast plugin app", context, duration: Toast.LENGTH_SHORT, gravity: Toast.BOTTOM); }

error :

[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method 'insert' was called on null. E/flutter ( 2653): Receiver: null E/flutter ( 2653): Tried calling: insert(Instance of 'OverlayEntry')

FarsFuad avatar Jul 04 '20 17:07 FarsFuad

me too

laoge-lol avatar Jul 08 '20 03:07 laoge-lol

me too

change the package , i used flutter toast pug

here is the link :

https://pub.dev/packages/fluttertoast#-installing-tab-

FarsFuad avatar Jul 09 '20 19:07 FarsFuad