Trần Đức Thư

Results 7 comments of Trần Đức Thư

I also ran into this issue today. My app was running database version 2. Then I added a new table, bump the db version to 3, write migration code, but...

The dictationSource field is a text and it use a converter ```dart TextColumn get dictationSource => text().map(const AppUserDictationVocabularyItemModelsConverter())(); ``` and this is my converter Maybe I used it wrong way?

Update: I tried to rename the field name and make the field nullable, but it still the same. Then I tried to add the column after create the table manually,...

All the generated migration test passed. This is how I tested: I install the previous release apk (from Git commit) on Android first, then checkout to current code and run...

Yes, I did clear the cache data through setting, then uninstall the app, then start to test with above steps as I described.

> Solution: > > If the adaptive_background does not work for you > > Delete the file > > *-anydpi-v26/[launcher].xml > > E.g > > android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml Work for me, you...

This option works in 4.0.0 version, but not in 4.2.1