esc_pos_bluetooth icon indicating copy to clipboard operation
esc_pos_bluetooth copied to clipboard

The plugin `flutter_bluetooth_basic` uses a deprecated version of the Android embedding.

Open FimboIsso opened this issue 2 years ago • 16 comments

The plugin flutter_bluetooth_basic uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it 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.

Please help

FimboIsso avatar Dec 21 '21 09:12 FimboIsso

is there someone to help me ?

FimboIsso avatar Jan 08 '22 14:01 FimboIsso

same problem! @andrey-ushakov any solution?

javieritis avatar Jan 16 '22 22:01 javieritis

same problem here.

necessarylion avatar Mar 12 '22 16:03 necessarylion

same problem

tomasgaray avatar Mar 18 '22 04:03 tomasgaray

Same problem !
Any alternative packages ?

kader46 avatar Mar 20 '22 09:03 kader46

Anybody has solved this? I have found another package but that stops when printing an image. Package: blue_thermal_printer

eduardchavez avatar May 22 '22 13:05 eduardchavez

Anybody has solved this? I have found another package but that stops when printing an image. Package: blue_thermal_printer

Same issue here. I tested before this one bluetooth_thermal_printer + esc_pos_utils and seems to work fine except for images because of image package size. I kinda solved it by sending it in chunks of 512 (1024 chunks max, this might result in no image print) positions following this: https://hackernoon.com/build-an-app-that-print-from-a-thermal-bluetooth-printer-using-flutter But some packages are printed misordered, so the image is not printed ok. Then I tried with the same chunk method generator.imageRaster(image, imageFn: PosImageFn.graphics); But somehow there's a little misalignment. For sure this might be because of my printer, it's a Bixolon SPP-R200III. Anyway, looking forward a fix for this, Thank you!

pnoshiro avatar Jun 03 '22 07:06 pnoshiro

any update for this problem please?

mandreshope avatar Jul 13 '22 11:07 mandreshope

I have solved the problem using another package...

On Wed, Jul 13, 2022 at 7:55 AM Randrianarinjaka Mandresy < @.***> wrote:

any update for this problem please?

— Reply to this email directly, view it on GitHub https://github.com/andrey-ushakov/esc_pos_bluetooth/issues/107#issuecomment-1183128542, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIFYIUWLRE45WKTUTS34TLVT2VE5ANCNFSM5KPV2O3Q . You are receiving this because you commented.Message ID: @.***>

eduardchavez avatar Jul 14 '22 01:07 eduardchavez

@eduardchavez what was the replacement package?

jobypthomas avatar Sep 14 '22 20:09 jobypthomas

Qual pacote?

duEuler avatar Sep 30 '22 21:09 duEuler

still no update , anyone solved this problem ? 😞

YouSour avatar Oct 26 '22 07:10 YouSour

Hello friend... I have solved the problem using another great library. blue_thermal_printer: ^1.2.3

On Wed, Oct 26, 2022 at 3:00 AM Sour @.***> wrote:

still no update , anyone solved this problem ? 😞

— Reply to this email directly, view it on GitHub https://github.com/andrey-ushakov/esc_pos_bluetooth/issues/107#issuecomment-1291587133, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIFYIRNKLBPBLR7ZMPXZVTWFDJKFANCNFSM5KPV2O3Q . You are receiving this because you were mentioned.Message ID: @.***>

eduardchavez avatar Oct 27 '22 17:10 eduardchavez

@eduardchavez, but it says does not support iOS. Can you please confirm?

jobypthomas avatar Oct 27 '22 18:10 jobypthomas

Same problem !

thitlwincoder avatar Jan 31 '23 09:01 thitlwincoder

blue_thermal_printer sdk: '>=2.1.0 <3.0.0'

esc_pos_bluetooth: ^0.3.0 esc_pos_utils: ^0.3.6 flutter_bluetooth_basic: ^0.1.6 image: 2.1.4 The app worked

MrErkinjon avatar Feb 04 '23 16:02 MrErkinjon