Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/model/database.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import 'package:drift/drift.dart';
import 'package:drift/internal/versioned_schema.dart';
// `package:drift/remote.dart` says:
// The public apis of this libraries are stable. The present [experimental]
// annotation refers to the underlying protocol implementation.
// We use it only for the public API, and only of DriftRemoteException.
// ignore: experimental_member_use // see explanation above
import 'package:drift/remote.dart';
import 'package:sqlite3/common.dart';

Expand Down