refactor: update Hive package to hive_ce across multiple files

This commit is contained in:
2025-05-08 23:22:35 +08:00
parent cb35c400f9
commit b2ec1e93a8
20 changed files with 30 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:go_router/go_router.dart';
import 'package:hexcolor/hexcolor.dart';
import 'package:hive/hive.dart';
import 'package:hive_ce/hive.dart';
import 'package:path_provider/path_provider.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
import 'package:starcitizen_doctor/common/conf/conf.dart';