MuhammedRefaat
MuhammedRefaat
@bensmiley is it yet available or still not?
I had to modify `DrawableSticker.class` for that and add an invisible holder view in case the original drawable get so small, then you can use your fingers from the right-bottom...
Check my forked repository here: [MuhammedRefaat/StickerView](https://github.com/MuhammedRefaat/StickerView)
I'm just passing the `context` along with the drawable when initiating the `DrawableSticker`, instead of ` sticker = new DrawableSticker(drawable);` it will be ` sticker = new DrawableSticker(drawable, context);`
what do you mean by 'as a module"
actually this one is fixing the blurry issue, but on the other hand it noticeably affects the smoothness of the rotation/dragging process, any idea about that?
Actually it's not working on my side also, I tried with both Android & ios, despite I'm calling `FlutterFreshchat.setupPushNotifications(token: fcmToken);` and `await _channel.invokeMethod('setupPushNotifications', params);` returns true.
> @teknofreek it still doesn't work, I have tried all I can, it's not connecting via the APN certificates or AuthKeys(Firebase)... if anyone has done this please put us through...
Yeah it would be great if there is video recording capabilities too
I found [this on SO](https://stackoverflow.com/questions/49535446/fastlane-package-questionscouldnt-find-app-com-xxx-xx-on-the-account-of-xxx) looks like it's related to my issue here, as the 1st app bundle-id is less than 25 chars and it got uploaded successfully, and the...