mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
7 lines
252 B
Dart
7 lines
252 B
Dart
import 'package:idb_sqflite/idb_sqflite.dart';
|
|
import 'package:nc_photos/widget/my_app.dart' as itf;
|
|
import 'package:sqflite/sqflite.dart';
|
|
|
|
class MyApp extends itf.MyApp {
|
|
static IdbFactory getDbFactory() => getIdbFactorySqflite(databaseFactory);
|
|
}
|