metamonkey

Results 20 comments of metamonkey

I did. Tried multiple times just to be sure. On Wed, Feb 10, 2021 at 11:54 AM Rex Raphael wrote: > @juicycleff So that actually allowed the > app to...

@juicycleff Sorry for delay. I both ran the fresh V4 example and tried to clean my own project. I ended up eliminating the previous problem in my project but getting...

@juicycleff That worked!! With these changes, V4 fixes the messenger issue! Thanks so much!

Use the latest push on the [V4](https://github.com/juicycleff/flutter-unity-view-widget/tree/v4) branch and do the following: @klepov 1. Completely eliminate all references to unity integration and framework from xcode, delete the unity library folder,...

Not sure. First thing I always try is a flutter clean from terminal and a cmd-shift-k in xcode.

I think your proposal to sync all passwords to an autofill provider would be the most appropriate implementation. I think this is possible using the [credential identity store](https://developer.apple.com/documentation/authenticationservices/ascredentialidentitystore) API. Good...

Did you find a way to accomplish this yet?

There is a fairly maintained AES library built using pointy castle which is based on crypto. [https://pub.dev/packages/encrypt](url) Anybody have experience with this?

> @madalinsavoaiavrazo works for me. On Firebase I've created a separate app with custom keyboard extension bundle id, and initiated firebase in viewDidLoad of the principle kb class What is...