fix : splash animation
feat : auth with password chore : app Architecture
This commit is contained in:
12
lib/data/data_provider/local_storage/hive/hive_provider.dart
Normal file
12
lib/data/data_provider/local_storage/hive/hive_provider.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:hive_ce_flutter/hive_flutter.dart';
|
||||
import 'package:rasadyar_app/data/data_provider/local_storage/i_local_storage_provider.dart';
|
||||
|
||||
|
||||
enum HiveBoxNames { user, settings, auth }
|
||||
|
||||
class HiveProvider extends ILocalStorageProvider {
|
||||
@override
|
||||
Future<void> init() async {
|
||||
await Hive.initFlutter();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
const int userTypeId = 0;
|
||||
Reference in New Issue
Block a user