Thomas Fiedler

Results 20 comments of Thomas Fiedler

@hnvn it works fine on iOS without updating the schema for some reason. I'll see to it that the file is updated, though.

@hnvn I have a couple of questions regarding the scheme. I have updated the binary database file to include a new column `allow_cellular`. I have not seen anything in the...

The Android solution to the problem seems to be, to simply delete the DB and create it again when the version changes.

@hnvn do you have a migration path for iOS in mind?

@rrousselGit we have a standard Flutter app folder layout. ``` - android/ - ios/ - lib/ - packages/ - test/ - some_test.dart - folder1/ - folder1_test.dart - folder2/ - folder2_test.dart...

@Hackmodford does Hive require migrations?

Regarding the Hive part: I understood that the native SQLite database exists so the the plugin can manage its task irrespective of Flutter at all. The Hive DB ist not...

@Hackmodford I agree here. But there is no database migration for iOS at all. So it's not trivial to add this here. We'd have to look for the DB file...