Fernando de Oliveira Santos

Results 26 comments of Fernando de Oliveira Santos

Still an issue in 4.0.4. In interceptor, the stack trace is null. In my code, inside `on DioError catch (e)`, e.stackStrace is not null, and has the correct stack trace.

I guess the lib by default doesn't support it. Some alternatives would be: 1. Extends Flushbar ```dart class FlushbarError extends Flushbar {} ``` 2. Make another class just like FlushbarHelper,...

@visual-velocity It is possible. I'm currently using in this way: ```dart @override Widget build(BuildContext context) { _downloadDialog ??= ProgressDialog( context, type: ProgressDialogType.Download, isDismissible: true, )..style(message: 'Downloading...'); return BlocConsumer( builder: _buildView,...

Got it! I'll see if I can work on that and make a PR

@vanenshi I ended up not being to take a look at it, and I think I won't be to do it in the next 1 or 2 months

AFAIK that's not an issue. That's how Android works after the timeout time is reached

My guess is: the lib always perform a scan before connecting to a network, and scan needs location permission, therefore I imagine that android indeed uses the user location for...

I took a look at the flutter code of this PR and I have some proposals: a) wifi_basic.dart 1. Split the `wifi_basic.dart` file into multiple ones for better organization. In...

I'm using dart code. The alias won't change only the table name?

@VineetTambe the solved some issues in the latest SDK (4.15.1 if I'm not wrong), but I'm using the waypoint mission v1, so I'm not sure if this will help you