apidash icon indicating copy to clipboard operation
apidash copied to clipboard

Use hive_ce_flutter insted of hive_flutter

Open tusharonly opened this issue 3 months ago • 4 comments

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.

tusharonly avatar Nov 02 '25 15:11 tusharonly

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

Zeeshan3h3 avatar Nov 10 '25 20:11 Zeeshan3h3

Make a PR @Zeeshan3h3

tusharonly avatar Nov 11 '25 14:11 tusharonly

@tusharonly please assign this to me

Zeeshan3h3 avatar Nov 11 '25 19:11 Zeeshan3h3

Thanks for reporting. Please feel free to open a PR.

animator avatar Nov 12 '25 23:11 animator

@animator check the PR #923

tusharonly avatar Nov 21 '25 16:11 tusharonly