Open claudiodriussi opened 1 year ago
Building my apk I got the warning: FlutterBluetoothPrinterPlugin.java uses or overrides a deprecated API.
FlutterBluetoothPrinterPlugin.java uses or overrides a deprecated API
I have to worry about it?
In my build.gradle file I changed only minSdkVersion form flutter.minSdkVersion to 18 as requested by flutter build apk
build.gradle
minSdkVersion
flutter.minSdkVersion
18
flutter build apk
by the way, I really love flutter_bluetooth_printer.
Many thanks
Building my apk I got the warning:
FlutterBluetoothPrinterPlugin.java uses or overrides a deprecated API
.I have to worry about it?
In my
build.gradle
file I changed onlyminSdkVersion
formflutter.minSdkVersion
to18
as requested byflutter build apk
by the way, I really love flutter_bluetooth_printer.
Many thanks