mirror of https://github.com/AMT-Cheif/drift.git
sqflite_sqlcipher dependency
This commit is contained in:
parent
2f62e13f76
commit
6424bd209c
|
@ -10,7 +10,7 @@ import 'package:meta/meta.dart';
|
|||
import 'package:path/path.dart';
|
||||
import 'package:moor/moor.dart';
|
||||
import 'package:moor/backends.dart';
|
||||
import 'package:sqflite/sqflite.dart' as s;
|
||||
import 'package:sqflite_sqlcipher/sqflite.dart' as s;
|
||||
|
||||
/// Signature of a function that runs when a database doesn't exist on file.
|
||||
/// This can be useful to, for instance, load the database from an asset if it
|
||||
|
|
|
@ -8,10 +8,7 @@ environment:
|
|||
|
||||
dependencies:
|
||||
moor: ^2.0.0
|
||||
sqflite:
|
||||
git:
|
||||
url: https://www.github.com/davidmartos96/sqflite_sqlcipher.git
|
||||
path: sqflite
|
||||
sqflite_sqlcipher: ^1.0.0+3
|
||||
|
||||
dependency_overrides:
|
||||
moor:
|
||||
|
|
Loading…
Reference in New Issue