Closed Cyrus964 closed 4 years ago
After some investigations, it seams that there is no issue on the virgil-e3kit flutter plugin.
My testing Flutter project was created long time ago and has evolved with many Flutter updates. By creating a new one from scratch with the Android Studio wizzard in the latest Flutter version (v1.13.6) everything works now using below dependencies as minimum app integrated with Firebase Auth.
firebase_auth: ^0.15.3 google_sign_in: ^4.1.1 cloud_firestore: ^0.13.0+1 cloud_functions: ^0.4.1+6
I will see by restoring the pages of my app if any plugin can causes troubles to the e3kit.
Issue can be closed.
Hi,
I'm facing the below exception when I'm calling the decrypt method.
This is my test class for the e3kit:
And below the code I'm using to test that decrypt works with encrypted text for the user.
As you can see in the debugger, the encrypted text is not null in the eThree dart module and should be not null in the FlutterEThree kotlin class.
I suspect later on the eThree Java/Kotlin SDK that the text argument is lost which triggers this null pointer when trying to call the toCharArray() method.