marcos930807 / awesomeDialogs

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

I got an error exception #142

Open Vladeouz opened 4 months ago

Vladeouz commented 4 months 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'))