Questions tagged [flutter-unittest]

1 questions
1
vote
0 answers

Flutter Isar DB initialization error: Could not download IsarCore library

In my Flutter app, I use Isar DB. According to the documentation, it is possible to use my Isar database in my unit tests. Here is what I've tried so far, just to see if I can initialize Isar correctly in my tests: void main() { late Isar isar; …
matteoh
  • 2,810
  • 2
  • 29
  • 54