ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

toast not appear when i use GlobalKey<NavigatorState>() to get conext #469

Open AhkamKhallaf opened 9 months ago

AhkamKhallaf commented 9 months ago

toast not appear when i use GlobalKey() to get context in the same screen , i have to show toast inside dio interceptor,there is not context so i have to use GlobalKey() to enable me to navigate to other screen ,but toast not appear and give me this error [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Error: Context is null, Please call init(context) before showing toast.