Ben Wildeman

Results 17 comments of Ben Wildeman

would be better to make this an option really. the beauty of using the file browser instead is that you get many more locations available such as google drive

@sauravkumar-tudip do you mean that it's returning true for devices that aren't supported/don't have fingerprint enabled, or that it simply returns `true` instead of the biometry type? * returns `true`...

@sauravkumar-tudip thanks for clarifying. was checking because if it was the former, this would be consistent with the bug mentioned in #220 😃

The issue goes deeper than this. for Apple devices that do have touchID/faceID, it'll return as supported even though the user hasn't enrolled their fingerprint/enabled faceID or touchID so there's...

@naoufal I've found that this bug was introduced in `4.2.0`. `4.1.0` was the last version where this worked as intended

instead of adding and removing the entry, why not just simply have a date field that is updated with the last seen time? then when displaying it, sort on this...

one of the issues with most databases is that you cannot guarantee order when stored on disk (I can't say for certain if Hive has this issue). for instance, most...

Hive uses `getApplicationDocumentsDirectory` from the Flutter [path_provider](https://pub.dev/packages/path_provider) as seen here: https://github.com/hivedb/hive/blob/3b12c31a221f97f5ec86fe20df63515aeedf88f0/hive_flutter/lib/src/hive_extensions.dart#L16 What `getApplicationDocumentsDirectory` actually uses in Android through is a function called `getDataDirectory` which is invisible to the user, and...

when you hover over the 'initFlutter' what error does it actually give you?