opt: hive ce (#1868)

This commit is contained in:
My-Responsitories
2026-03-15 16:51:45 +08:00
committed by GitHub
parent e293083492
commit e04affd0fe
23 changed files with 40 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
import 'package:collection/collection.dart';
import 'package:hive/hive.dart';
import 'package:hive_ce/hive.dart';
extension BoxExt<E> on Box<E> {
bool equal(dynamic key, E value) {