tussharmate / ios-thermer-custom-schema

2 stars 0 forks source link

image printing library in flutter for IOS. #2

Open Sachintripathi6186 opened 2 months ago

Sachintripathi6186 commented 2 months ago

I want to print images using an iOS device on a thermal printer. if you have any libraries or can provide them. I tried using all the libraries available on PubDev, but none of them worked. one found working, but it also has the constraint of printing only 2 images at once. and others work fine with Android, but not with iOS.

tussharmate commented 2 months ago

Do you mean you want a sample project to print text and images on Bluetooth thermal printer from iOS? Although I don't have it, I can give you at some charges

Regards Tushar Mate

On Thu, 9 May, 2024, 18:16 Sachintripathi6186, @.***> wrote:

I want to print images using an iOS device on a thermal printer. if you have any libraries or can provide them. I tried using all the libraries available on PubDev, but none of them worked. one found working, but it also has the constraint of printing only 2 images at once. and others work fine with Android, but not with iOS.

— Reply to this email directly, view it on GitHub https://github.com/tussharmate/ios-thermer-custom-schema/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/BED4GW4LSOWWCHZ3ZQEHW5TZBNV25AVCNFSM6AAAAABHOYGUKOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DONRSGUZTCNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sachintripathi6186 commented 2 months ago

What are your charges?

Note: I need in flutter for IOS.

tussharmate commented 2 months ago

It's USD 70

Regards Tushar Mate

On Mon, 13 May, 2024, 12:16 Sachintripathi6186, @.***> wrote:

What are your charges?

— Reply to this email directly, view it on GitHub https://github.com/tussharmate/ios-thermer-custom-schema/issues/2#issuecomment-2106774736, or unsubscribe https://github.com/notifications/unsubscribe-auth/BED4GW7Q5FAA6TYDYIHLWBTZCBOTVAVCNFSM6AAAAABHOYGUKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWG43TINZTGY . You are receiving this because you commented.Message ID: @.***>

Sachintripathi6186 commented 2 months ago

Will you be creating the demo by yourself or will you use someone else's library?

and one more query , from your demo project what dimensions of images can i print? and how many images can be print at once?

tussharmate commented 2 months ago

It will only be a sample project in which you will learn how to send text, image printing commands and you can integrate into your program accordingly You can customize image as per your requirement

On Mon, May 13, 2024 at 12:30 PM Sachintripathi6186 < @.***> wrote:

Will you be creating the demo by yourself or will you use someone else's library?

and one more query , from your demo project what dimensions of images can i print? and how many images can be print at once?

— Reply to this email directly, view it on GitHub https://github.com/tussharmate/ios-thermer-custom-schema/issues/2#issuecomment-2106796879, or unsubscribe https://github.com/notifications/unsubscribe-auth/BED4GW67AHLDHBUAA4UECFDZCBQHPAVCNFSM6AAAAABHOYGUKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWG44TMOBXHE . You are receiving this because you commented.Message ID: @.***>

Sachintripathi6186 commented 2 months ago

i understand. But before I do, I need to tell you what i need.

  1. I need to print multiple images without a size limit on a 58mm thermal Bluetooth printer in a single session.
  2. I tried a library available on Pubdev. but it can only print up to two images at a time and also has size constraints, like I cannot print large images.

So, will you be able to provide me with this functionality? I'm just confirming whether you understand my requirements clearly or not.

tussharmate commented 2 months ago

Sorry I cannot provide more than a sample project. However you may find help on the internet or hire a freelance on any freelancing platform for this

Regards Tushar Mate

On Mon, 13 May, 2024, 14:10 Sachintripathi6186, @.***> wrote:

i understand. But before I do, I need to tell you what i need.

  1. I need to print multiple images without a size limit on a 58mm thermal Bluetooth printer in a single session.
  2. I tried a library available on Pubdev. but it can only print up to two images at a time and also has size constraints, like I cannot print large images.

So, will you be able to provide me with this functionality? I'm just confirming whether you understand my requirements clearly or not.

— Reply to this email directly, view it on GitHub https://github.com/tussharmate/ios-thermer-custom-schema/issues/2#issuecomment-2106983686, or unsubscribe https://github.com/notifications/unsubscribe-auth/BED4GW4YLY76MON6N33CNODZCB4AXAVCNFSM6AAAAABHOYGUKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWHE4DGNRYGY . You are receiving this because you commented.Message ID: @.***>

Sachintripathi6186 commented 2 months ago

I need a sample project, but I'm just saying the sample project should be capable of printing multiple images at once without size constraints.

Or can I use your IOS code through the Flutter method channel ?

tussharmate commented 2 months ago

You have to design the logic as per your requirements while integrating into main project

On Mon, May 13, 2024 at 2:33 PM Sachintripathi6186 @.***> wrote:

I need a sample project, but im just saying the sample project should be capable of printing multiple images at once without size constraints.

— Reply to this email directly, view it on GitHub https://github.com/tussharmate/ios-thermer-custom-schema/issues/2#issuecomment-2107031931, or unsubscribe https://github.com/notifications/unsubscribe-auth/BED4GWZ35ZTGQGPE6YODW3TZCB6VXAVCNFSM6AAAAABHOYGUKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBXGAZTCOJTGE . You are receiving this because you commented.Message ID: @.***>

Sachintripathi6186 commented 2 months ago

okay i'll design the logic as per my requirements. i just ran your project but there was only a view button.but its not working, I think.