David Levey
David Levey
> This worked for me > > ``` > SingleChildScrollView( > scrollDirection: Axis.horizontal, > child: Container( > width: 1000, > padding: EdgeInsets.all(8), > child: flchart.BarChart( > ... > ), >...
> > @suhail600, can you share more about your `pubspec.yaml` `dependencies` configuration and how they get resolved in your `pubspec.lock`? > > There are no conflicts within dependencies `pubspec.yaml` >...
Any updates on this?
I have the same issue using the code below ` try { if (await Permission.location.request().isGranted) { await WiFiForIoTPlugin.connect(state.evWifiName, password: state.evWifiPassword, joinOnce: false, security: NetworkSecurity.WPA) .then((value) async { if (value) {...
Any update on this?
I too have this issue, any fix?