Reference SDK issue that requires us to hide an extension

This commit is contained in:
Simon Binder 2019-11-06 15:33:17 +01:00
parent 77cc6b2d88
commit 7c9429110f
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 3 deletions

View File

@ -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';