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'))
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'))