edufolly / flutter_bluetooth_serial

A basic Flutter Bluetooth Serial
MIT License
479 stars 465 forks source link

AsyncTask in android.os has been deprecated #175

Open ronnyct opened 2 years ago

ronnyct commented 2 years ago

C:\src\flutter.pub-cache\hosted\pub.dartlang.org\flutter_bluetooth_serial-0.4.0\android\src\main\java\io\github\edufolly\flutterbluetoothserial\FlutterBluetoothSerialPlugin.java:21: warning: [deprecation] AsyncTask in android.os has been deprecated import android.os.AsyncTask;

Problem: When "build apk" command the bluetooth not work after deployed.