Ondrej Synacek
Ondrej Synacek
Happening on Samsung Galaxy A50 too. ``` W/KeyStore(27959): get(USRCERT_com.acme.my_app.development.FlutterSecureStoragePluginKey) return_code(7) W/KeyStore(27959): get(CACERT_com.acme.my_app.development.FlutterSecureStoragePluginKey) return_code(7) E/FlutterSecureStoragePl(27959): StorageCipher initialization failed E/FlutterSecureStoragePl(27959): java.lang.Exception: No certificate found under alias: com.acme.my_app.development.FlutterSecureStoragePluginKey E/FlutterSecureStoragePl(27959): at com.it_nomads.fluttersecurestorage.ciphers.RSACipher18Implementation.getPublicKey(RSACipher18Implementation.java:92) E/FlutterSecureStoragePl(27959): at...
Oh boy having probably the same issue:  I will try the solution above although I'm not sure it'll work for me, it is pretty hacky indeed. @jamesmarrs feeling like...
@jamesmarrs thanks for the fix for sure! I've used it and for my usage it's fine. I can't tell from the PR to which version the fix will go, is...
@jacargentina @devzsolt you guys could easily make a patched version. Just fork the repo, apply the patch https://github.com/rezak-otmani/react-toolbox/commit/e655e6ccad06afba962576bc8650c3a0b35393c2 and put the package somewhere for NPM to read it. It seems...
@jacargentina let's keep things civil. This is open source project, maintainers don't get paid to do this. My guess is they have lots of these little fixes so maybe they...
See https://github.com/leisim/logger/issues/60
I'm running into this problem as well. I serialize JSONs into string (using `JsonEncoder.withIndent`) and then passing that to `logger`. Obviously these formatted strings can get large quickly and the...
Any news on this?
@Isuru-Nanayakkara I'm not sure it seemed by just using `PrettyPrinter`, it worked. However in the end I went with @DominicOrga solution. It would be great if this could get fixed...
I am having the same problem. For development purposes I want logging both to file and console so I use `MultiOutput` with `ConsoleOutput` and `FileOutput`. However dart is not able...