Mark Lester Bolotaolo
Mark Lester Bolotaolo
I've sort of solved it by converting using toWKT and then fromWKT. Don't know why I need to do that though.
And this issue is still relevant in 2020. Fixed the issue by modifying `config/database.php` with this: ```php 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC', ```
After going through this problem, I found that this configuration addresses this issue: https://github.com/ellaisys/aws-cognito#automatic-user-password-update-for-api-usage-for-new-cognito-users It seems that first login will return false because the new user needs to change their...
How are you updating the data?
well, i still have the problem.
I think this should be mentioned in the docs.
Actually, it would be better to pass in a Widget instead of IconData or AssetImage so it can support other widgets to be used as button.
Did you ever figure this out? I'm trying this in simulator but this just the message i am getting: ```log [dc6b69d3][FlutterDriver] Executing Flutter driver command 'getScreenshot' [dc6b69d3][FlutterDriver@a656] [ '{"code":-32000,"message":"Could not...
How did you address this @holzgeist ? Mine seems to be triggering device change over and over when a bluetooth audio device is used. Not an issue when device is...
Since the package was published 12 months ago and never updated, it seems that the ios version for PhoneNumberKit is already outdated. I overrode the flutter_libphonenumber_ios to the latest version...