Replies: 1 comment 9 replies
-
We ignore lints in |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Weird one this.
drift: ^2.20.2
drift_dev: ^2.20.3
Flutter 3.24.2 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 4cf269e36d (8 days ago) • 2024-09-03 14:30:00 -0700
Engine • revision a6bd3f1de1
Tools • Dart 3.5.2 • DevTools 2.37.2
I seem to be getting the following warnings in the generated code file.
The member 'ProcessedTableManager' can only be used within its package.
and
The '!' will have no effect because the receiver can't be null.
Try removing the '!' operator.
``
I have tried changing the packages, removing the lock files downgrading Flutter, re-generating the code. Any ideas why this might be?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions