You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void main() => runApp(new AlertProvider(
child: new YourApp(),
config: new AlertConfig(
ok: "OK text for ok button in AlertDialog",
cancel: "CANCEL text for cancel button in AlertDialog"),
));
I'm trying add in my flutter project
My Code:
Error:
A
AlertProvider
must be suppliedI/flutter ( 9175): 'package:easy_alert/easy_alert.dart': Failed assertion: line 90 pos 12: 'manager != null'
The text was updated successfully, but these errors were encountered: