Holofox

Results 18 comments of Holofox

On Flutter 3.0.1, the problem is more relevant than ever.

@crazecoder, it works with the full path, but I have no way to get it on Android 11.

@Albert221, any news? This problem spoils the experience of comfortable using the Arbify console, making it impossible to completely remove the language. :(

@jhomlala, @jhomlalabsg, hi! Please see pull request.

Use [geocoding](https://pub.dev/packages/geocoding/example) package, migration is simple enough.

I have a similar problem. At the first initialization on the iOS device, one of the four tables is not created. On an Android device, all tables are created. I...

> Uh oh. Can you try enabling the `logStatements` option on the `FlutterQueryExecutor`? Does the `CREATE TABLE` statement for the missing table appear at all? `CREATE TABLE` statement for the...

> I assume there are no errors in the console when opening the database for the first time? At the first initialization, there are absolutely no errors, even when accessing...

This does not work only on iOS simulators, on real devices I did not notice problems.

> ATTENTION: getInitialLink/getInitialUri should be handled ONLY ONCE in your app's lifetime, since it is not meant to change throughout your app's life. This behavior is standard for the package,...