Roman Makarenko

Results 2 comments of Roman Makarenko

I'm having the same exception when I'm trying to build my .db. ` final database = await $FloorAppDatabase.databaseBuilder(floorDB).build();` inside sqlite_database_factory.dart **databasesPath** is null. ``` extension DatabaseFactoryExtension on DatabaseFactory { Future...