Add macOS support (#23)

* Add macOS support

* Update README

* Update to v0.2.0

* Document breaking changes

* Delete widget tests
This commit is contained in:
Ben Hagen
2025-05-13 16:24:58 +02:00
committed by GitHub
parent c391cc5f26
commit abe519dae7
103 changed files with 3444 additions and 169 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
name: nearby_service
description: Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files.
version: 0.1.3
version: 0.2.0
homepage: https://github.com/ksenia312/nearby_service
repository: https://github.com/ksenia312/nearby_service
@@ -28,3 +28,7 @@ flutter:
pluginClass: NearbyServicePlugin
ios:
pluginClass: NearbyServicePlugin
sharedDarwinSource: true
macos:
pluginClass: NearbyServicePlugin
sharedDarwinSource: true