newbieflutter
newbieflutter
Hi, Which api is used by the driver to update its location to the customer?
I have the following codes which used to work perfectly fine here is the bloc part. ``` @override Stream mapEventToState(EditApiEvent event) async* { if (event is EditPassword) { try {...
Hi Mike, I am trying to use your tool for jwt on slim framework. Currently here is how my jwt breakdown looks like. ```php $future = new DateTime("+100 minutes"); $server...
Hi, I am trying to build my ios for submission but suprisingly when I build from xcode and run on my phone or emulator no error. Then I go to...
Hi, I have upgraded to latest secure storage plugin flutter_secure_storage: 8.0.0. Below is the complete error. ``` Exception has occurred. PlatformException (PlatformException(Exception encountered, read, javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method)...
Hi, I have read few of the issues similar and mainly pointing to the issue of the datetime now with the time elements. Thus below is my codes. This what...
Hi, Currently I have my nginx server running. How can I run behind my nginx server for both web socket and kafka?