sqflite_sqlcipher dependency

This commit is contained in:
David 2020-03-15 20:42:30 +01:00
parent 2f62e13f76
commit 6424bd209c
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -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: