Don't import implementation files from another package.
thomassth opened this issue · 0 comments
thomassth commented
When using the datetime extensions, this appear as problem:
Don't import implementation files from another package.
Flutter doesn't like files linking into lib/src. Files outside of it would be fine though.
https://dart-lang.github.io/linter/lints/implementation_imports.html
Moving time/src/extensions.dart out should solve the problem.