ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
21 stars 36 forks source link

FlutterBluetoothPrinterPlugin.java uses or overrides a deprecated API #20

Open claudiodriussi opened 1 year ago

claudiodriussi commented 1 year ago

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 only minSdkVersion form flutter.minSdkVersion to 18 as requested by flutter build apk

by the way, I really love flutter_bluetooth_printer.

Many thanks