Skip to content

Conversation

@tusharonly
Copy link
Contributor

PR Description

Update dependencies to use hive_ce and hive_ce_flutter packages

Related Issues

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

We encourage you to add relevant test cases.

  • Yes
  • No, and this is why: Only a package update

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the project from the original hive_flutter package to the community-maintained hive_ce_flutter package, addressing issue #919.

  • Updates the Hive dependency from version 1.1.0 to version 2.3.3 (community edition)
  • Updates the import statement in the Hive service layer
  • Adds transitive dependencies hive_ce and isolate_channel through the lock file

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Updates dependency from hive_flutter to hive_ce_flutter version 2.3.3
pubspec.lock Reflects the dependency change with new entries for hive_ce, hive_ce_flutter, and isolate_channel packages
lib/services/hive_services.dart Updates import statement from hive_flutter to hive_ce_flutter

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@animator
Copy link
Member

animator commented Dec 4, 2025

Thanks for the PR 🚀

@animator animator merged commit 7c7b66a into foss42:main Dec 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use hive_ce_flutter insted of hive_flutter

2 participants