edwardcahyadi

Results 5 comments of edwardcahyadi

If you want to use Firebase, you can send a data message instead (leave notification field empty). You can then use Awesome Notifications to create the notifications based on the...

Still an issue in 3.0.0-rc.9. You can still use Firestore if you initialize the plugin client-side (firebase.client.ts). But you lose the SSR benefits. Hope this gets fixed before the stable...

> By the way, let me know if you think any part of the product could be improved! Thank you I think the export functionalities should be placed under the...

> https://github.com/thanhlmm/refi-app/releases/tag/v0.0.18 > > Hey could you guys try this new build, tested it on my mac m1 but not sure it works on others os > Downloaded the v0.0.18...

Just like @jdde said, capturing the widget multiple times seem to help get the image more consistently. ``` Future captureWidgetAndShareImage({ required Widget widget, }) async { ScreenshotController screenshotController = ScreenshotController();...