Marios Konidaris
Marios Konidaris
I want to use this package for the same reason as well. Will it work?
Found the solution, not a bug of the analyzer but a wrong import from me, most probably caused a recursive import and it overflowed the analyzer. I was importing a...
So, firstly I was importing a barrel file from another package `import 'package:some_api/some_api.dart';` And after that, I was declaring `part '../src/use_cases/use_cases.dart';` (a barrel file exporting all use cases) What I...