Alexandros SIDIRAS

Results 6 comments of Alexandros SIDIRAS

Hi @hermanos-lanches I'm facing the same problem as you before. Could you please tell me how did you solve the problem ? I also get stuck on every update in...

As @tadeuszderuijter said, you can force the version of `responsive-loader` used by the package by : ` npm install --save-dev [email protected]`

``` "@revenuecat/purchases-capacitor": "^11.2.6", "@revenuecat/purchases-capacitor-ui": "^11.2.6", ```

I have a patched version of this plugin to allow a programmatic _BigImage_ [see this issue](https://github.com/ionic-team/capacitor-plugins/issues/430). I simply scaled down my image to make it lighter. --> `return Bitmap.createScaledBitmap(bitmap, 128,...

Hey, for those interested in the plugin, I have adapted the Flutter code to match Capacitor requirements. The repository is public: https://github.com/Pictalk-speech-made-easy/alarm-plugin.git It's still not hosted in NPM as I...