kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Android V2 embedding #106

Closed MirzaHimamiHanif closed 2 years ago

MirzaHimamiHanif commented 2 years ago

The plugins blue_thermal_printer use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Can you upgrade this?

fuadreza commented 2 years ago

already resolved in issue #96 on version 1.1.5

kakzaki commented 2 years ago

This thread has been closed since there has not been any recent activity. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.