David Levey

Results 6 comments of 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` >...

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) {...