Skip to content

Conversation

@Rexios80
Copy link
Member

No description provided.

Copy link

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 pull request updates the isolate_channel dependency from version 0.3.0 to 0.4.0, adjusting the code to accommodate API changes in the new version where connectToIsolate now returns a Future.

Changes:

  • Updated isolate_channel dependency from ^0.3.0 to ^0.4.0
  • Added await keyword to connectToIsolate(send) call to handle the now-asynchronous API
  • Bumped package version to 2.19.1

Reviewed changes

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

File Description
hive/pubspec.yaml Updates package version to 2.19.1 and isolate_channel dependency to ^0.4.0
hive/lib/src/isolate/isolated_hive_impl/impl/isolated_hive_impl_vm.dart Adds await to connectToIsolate call to match the updated asynchronous API
hive/CHANGELOG.md Documents the isolate_channel version update

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

@codecov
Copy link

codecov bot commented Jan 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.58%. Comparing base (800ae76) to head (1b699bd).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #282      +/-   ##
==========================================
- Coverage   93.61%   93.58%   -0.04%     
==========================================
  Files          64       64              
  Lines        2617     2617              
==========================================
- Hits         2450     2449       -1     
- Misses        167      168       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Rexios80 Rexios80 merged commit f37f57e into main Jan 21, 2026
70 of 76 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.

2 participants