mirror of https://github.com/AMT-Cheif/drift.git
Reference SDK issue that requires us to hide an extension
This commit is contained in:
parent
77cc6b2d88
commit
7c9429110f
|
@ -2,9 +2,7 @@
|
|||
// at runtime.
|
||||
|
||||
import 'package:meta/meta.dart';
|
||||
// todo we're hiding the extensions because the analyzer complains about
|
||||
// ambigous extensions (once via import, once via part of), even though they're
|
||||
// the same. We should probably file a bug report.
|
||||
// hidden because of https://github.com/dart-lang/sdk/issues/39262
|
||||
import 'package:moor/moor.dart' hide BooleanExpressionOperators;
|
||||
import 'package:moor/sqlite_keywords.dart';
|
||||
import 'package:moor/src/runtime/executor/stream_queries.dart';
|
||||
|
|
Loading…
Reference in New Issue