Use hive_ce_flutter insted of hive_flutter
Tell us about the task you want to perform and are unable to do so because the feature is not available
hive_flutter is a abandoned package last updated 4 years ago.
Describe the solution/feature you'd like us to add
Use hive_ce_flutter which is constantly updated with new features and is flutter community backed.
hey @tusharonly i go through this PS And Find this solution
Adopt hive_ce_flutter , the community edition of Hive. This package is:
Actively maintained and regularly updated.
Fully compatible with the latest Flutter and Dart versions.
Backed by the Flutter community.
A drop-in replacement for hive_flutter (same API, minimal migration needed).
Implementation Notes
Replace dependency in pubspec.yaml:
dependencies: hive_ce_flutter: ^2.0.0
Update imports in code:
// old import 'package:hive_flutter/hive_flutter.dart'; // new import 'package:hive_ce_flutter/hive_flutter.dart';
Run:
flutter pub get
Make a PR @Zeeshan3h3
@tusharonly please assign this to me
Thanks for reporting. Please feel free to open a PR.
@animator check the PR #923