mirror of https://github.com/AMT-Cheif/drift.git
Merge pull request #492 from abumalick/patch-1
doc: update example to include missing imports
This commit is contained in:
commit
aeb63e7faa
|
@ -92,6 +92,8 @@ follows:
|
||||||
import 'package:moor_ffi/moor_ffi.dart';
|
import 'package:moor_ffi/moor_ffi.dart';
|
||||||
import 'package:path_provider/path_provider.dart';
|
import 'package:path_provider/path_provider.dart';
|
||||||
import 'package:path/path.dart' as p;
|
import 'package:path/path.dart' as p;
|
||||||
|
import 'package:moor/moor.dart';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
LazyDatabase _openConnection() {
|
LazyDatabase _openConnection() {
|
||||||
// the LazyDatabase util lets us find the right location for the file async.
|
// the LazyDatabase util lets us find the right location for the file async.
|
||||||
|
|
Loading…
Reference in New Issue