mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
updated supporte platforms, published
This commit is contained in:
parent
d60098711d
commit
81519d7571
@ -1,3 +1,6 @@
|
|||||||
|
## 1.1.1+1
|
||||||
|
* Corrected supported platforms in pubpsec
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
* Updated Android Nearby version from 16.0.0 to 17.0.0
|
* Updated Android Nearby version from 16.0.0 to 17.0.0
|
||||||
* Updated Example
|
* Updated Example
|
||||||
|
@ -108,7 +108,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.1.0"
|
version: "1.1.1+1"
|
||||||
path:
|
path:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: nearby_connections
|
name: nearby_connections
|
||||||
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
||||||
version: 1.1.0
|
version: 1.1.1+1
|
||||||
homepage: https://github.com/mannprerak2/nearby_connections
|
homepage: https://github.com/mannprerak2/nearby_connections
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -16,5 +16,7 @@ dev_dependencies:
|
|||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
androidPackage: com.pkmnapps.nearby_connections
|
platforms:
|
||||||
pluginClass: NearbyConnectionsPlugin
|
android:
|
||||||
|
package: com.pkmnapps.nearby_connections
|
||||||
|
pluginClass: NearbyConnectionsPlugin
|
||||||
|
Loading…
Reference in New Issue
Block a user