Open jimmyff opened 2 years ago
Hey @gopaldhola99 I've added StickerController to my fork, currently it only allows the parent of StickerView to fire the SelectNone action which is useful for saving the image. At the moment it uses enums but I don't think they be sufficient for more advanced interactions such as reordering layers etc. Perhaps we would need it to use classes. Let me know your thoughts regarding the inclusion of a controller class.
I've noticed the code is 5 months old, I actually came across the package whilst in transit and failed to not ice that. Do you you plan to continue working on Stickerview or should I continue with my own fork?
Thanks
@jimmyff can you send me your forked project?
Hey @jeeldev9, I actually ended up creating something entirely bespoke for my project so I could achieve all of my feedback points above. At the moment it's tied quite specifically to my application so would requite some work to publish but I may do that further down the line
Hey @jimmyff Did you work on a new package ? (For Sticker View)
@jimmyff Please update this...
Hi @gopaldhola99, really nice plugin. Great work! I've been having a play with it in my app and made a couple of tweaks in my own fork and got a few suggestions too:
Minor tweaks:
StickerView
this seems pretty essential for likely the most common use case of this plugin being sticking an imageThings I'd like to add:
Feedback & discussion
OverflowBox
but not had any success. Not sure if you have ideas for this?String
. Even in this case isText shouldn't be necessaryI'm happy to send a pull request with any changes I make but I thought I should check that you are open for PRs atm. I know the plugin is in early stages and a few todo's dotted around the code so there is a good chance you have a plan for some of the above!
Thanks, Jimmy