Skip to content

Commit cd85b3d

Browse files
authored
Merge pull request #288 from IO-Design-Team/feature/isolate_channel-0.6.0
Updates `isolate_channel` to `0.6.0`
2 parents f37f57e + 42a28ef commit cd85b3d

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

hive/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.19.2
2+
3+
- Updates `isolate_channel` to `0.6.0`
4+
15
## 2.19.1
26

37
- Updates `isolate_channel` to `0.4.0`

hive/lib/src/isolate/handler/isolate_entry_point.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:hive_ce/src/isolate/handler/isolated_hive_handler.dart';
55
import 'package:isolate_channel/isolate_channel.dart';
66

77
/// The entry point for the Hive isolate
8-
void isolateEntryPoint(SendPort send) {
8+
void isolateEntryPoint(SendPort? send) {
99
final connection = setupIsolate(send);
1010

1111
final hiveChannel = IsolateMethodChannel('hive', connection);

hive/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hive_ce
22
description: Hive Community Edition - A spiritual continuation of Hive v2
3-
version: 2.19.1
3+
version: 2.19.2
44
homepage: https://github.com/IO-Design-Team/hive_ce/tree/main/hive
55

66
topics:
@@ -18,7 +18,7 @@ dependencies:
1818
meta: ^1.14.0
1919
crypto: ^3.0.0
2020
web: ">=0.5.0 <2.0.0"
21-
isolate_channel: ^0.4.0
21+
isolate_channel: ^0.6.0
2222
json_annotation: ^4.9.0
2323

2424
dev_dependencies:

0 commit comments

Comments
 (0)