ChaseGuru
ChaseGuru
> 4. subjects clients of the proposed `flutter_blue_plus_for_windows` to potential breakage (including potentially crashing, unless all the platform channel code in the plugin is written _extremely_ defensively) without warning any...
@stuartmorgan Again a lot of this is untrue. You should look more into the documented standards for package management, but put simply: As noted here: https://dart.dev/tools/pub/pubspec#version > When you select...
It's also important any package that depends on other packages uses correct dependency constraints and that semantic versioning is followed correctly. So that's important in all packages. For example even...
Even if you don't know the versioning scheme a package uses, you can also just limit the version to the highest tested version.
> I have never seen another instance of a package maintainer explicitly encouraging people to publish packages that use internal implementation details of their package, which they do not treat...
For completeness I will mention there is also this package which supports other platforms - and also includes web (unlike the other) https://pub.dev/packages/universal_ble In addition to: https://pub.dev/packages/bluetooth_low_energy I haven't used...
The documentation says "You are good to go as long as you are on Flutter 2.0 or above." for web. The entire pub.dev page doesn't say anything about FilePickerWeb. The...
For me, this was actually just this: https://github.com/ionic-team/capacitor/issues/6663 Which I wish I noticed before I searched for this thread.... because I created a new ionic project then copied it over...
Maybe it was a slightly different issue than #6663? Because I wasn't hard coding localhost, and my issue was specific to production builds on ios 18. The same build worked...
> > Will fail to find com/github/felHR85/UsbSerial/7ad6c9f6/UsbSerial-7ad6c9f6.aar - correctly, because the actual artifact was: com/github/felHR85/UsbSerial/7ad6c9f6/UsbSerial-7ad6c9f6-release.aar > > @ChaseGuru Hey, you can try below custom implementation, it works on my side....