Skip to content

Commit 961c988

Browse files
authored
Merge branch 'main' into dev
2 parents 7a81aec + d3770e4 commit 961c988

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: flutter test
3737

38-
flutter_publish:
38+
publish:
3939
needs: 'test'
4040
permissions:
4141
id-token: write # Required for authentication using OIDC

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## 3.0.0
44
Performance improvements
55

6+
## 2.0.7
7+
Scan fixed for android
8+
9+
## 2.0.6
10+
Publish using setup-dart workflow
11+
612
## 2.0.5
713
Bug fixes and improvements
814

lib/src/services_impls/host_scanner_service_flutter_impl.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class HostScannerServiceFlutterImpl extends HostScannerServiceImpl {
2525
///
2626
/// Returns a [Stream] of [ActiveHost] found in the subnet.
2727
@override
28+
@pragma('vm:entry-point')
2829
Stream<ActiveHost> getAllPingableDevices(
2930
String subnet, {
3031
int firstHostId = HostScannerService.defaultFirstHostId,

0 commit comments

Comments
 (0)