marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

I got an error exception #142

Open Vladeouz opened 1 month ago

Vladeouz commented 1 month ago

image

the error that show on rive_text.js lookup() { throw eb[44]; },

this is my code ElevatedButton( onPressed: () { AwesomeDialog( context: context, dialogType: DialogType.warning, title: 'Success', desc: 'Congratulation, your booking is almost complete', btnOkOnPress: () => context.router.pop(), ).show(); }, child: Text('Test'))