hiep2x
Results
3
comments of
hiep2x
WIth me there is the same error occurs with version 3.0.0, 3.0.1.
> ### Device / Simulator > * Device: iPhone XS / Any device in the simulator > * OS: 14.6 > > ### Describe the bug > Even an example...
> Change your error handler to any of the following, then it will work properly > > ```dart > void onError(Object o, StackTrace e) { > print(e.toString()); > } >...