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:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user