mym0404 / flutter-pencilkit

Flutter plugin for iOS PencilKit
MIT License
46 stars 13 forks source link

save/reload feature #6

Closed frybitsinc closed 1 year ago

frybitsinc commented 1 year ago

save/reload feature by passing PKDrawing data(as encoded/decoded string type)

mym0404 commented 1 year ago

I read your code.

In your code, code styles and usage is so specific and seems to not proper as package.

I made a similar functions as you want.

save, load, getBase64Data is it.

Also, save, load functions can return base64 data as string too.

I published as 1.0.6

frybitsinc commented 1 year ago

great I will use the newest version...!!! and close this pr then! thanks for immediate feedback!!