2020-08-24 06:43:18 +00:00
|
|
|
## 2.0.1
|
|
|
|
* Fix missing default constructor bug in android.
|
|
|
|
|
2020-08-15 18:58:14 +00:00
|
|
|
## 2.0.0
|
|
|
|
* `askLocationPermission` & `enableLocationService` return type changed to Future<bool>
|
|
|
|
* Fix typose, uUpdated example and readme
|
2020-08-15 12:32:14 +00:00
|
|
|
|
2020-04-28 13:12:52 +00:00
|
|
|
## 1.1.1+1
|
|
|
|
* Corrected supported platforms in pubpsec
|
|
|
|
|
2020-04-14 16:09:10 +00:00
|
|
|
## 1.1.0
|
|
|
|
* Updated Android Nearby version from 16.0.0 to 17.0.0
|
|
|
|
* Updated Example
|
|
|
|
* **Location/GPS service must be turned on** or devices may disconnect
|
2020-08-15 12:32:14 +00:00
|
|
|
more often, some devices may disconnect immediately. 2 convenience methods are added
|
2020-04-14 16:09:10 +00:00
|
|
|
`enableLocationServices` and `checkLocationEnabled`
|
|
|
|
|
2019-12-18 11:37:33 +00:00
|
|
|
## 1.0.3
|
|
|
|
|
|
|
|
* Added serviceId parameter in startAdvertising and startDiscovery
|
|
|
|
* Added new method askLocationAndExternalStoragePermission()
|
|
|
|
* Readme Fixes
|
|
|
|
|
2019-08-28 15:12:45 +00:00
|
|
|
## 1.0.2+1
|
|
|
|
|
|
|
|
* Updated dartdoc and Readme
|
|
|
|
|
2019-08-16 11:38:20 +00:00
|
|
|
## 1.0.2
|
|
|
|
|
|
|
|
* Added payload cancellation and other assertions
|
|
|
|
|
2019-08-16 05:04:57 +00:00
|
|
|
## 1.0.1
|
|
|
|
|
2020-08-15 12:32:14 +00:00
|
|
|
* Changed convenience methods for asking permissions(location+storage)
|
2019-08-16 05:04:57 +00:00
|
|
|
* Updated example
|
|
|
|
|
2019-08-11 18:33:47 +00:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
* Added support for Files (sendFilePayload)
|
|
|
|
* Breaking Change (sendPayload method signature is changed)
|
|
|
|
* Updated Example and Readme for file transfer
|
|
|
|
|
2019-08-06 15:47:11 +00:00
|
|
|
## 0.1.3+1
|
2019-08-06 15:26:50 +00:00
|
|
|
|
|
|
|
* Update documentation and Readme
|
|
|
|
|
2019-07-15 13:51:22 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Fixed sendPayload future not completing bug
|
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
2020-08-15 12:32:14 +00:00
|
|
|
* Added pub maintenance suggestions
|
2019-07-15 13:51:22 +00:00
|
|
|
|
2019-05-15 08:13:10 +00:00
|
|
|
## 0.0.2
|
|
|
|
|
|
|
|
* Added dartdoc comments
|
|
|
|
|
2019-05-10 06:54:05 +00:00
|
|
|
## 0.0.1
|
|
|
|
|
2019-05-14 19:45:54 +00:00
|
|
|
* Currently only bytes (max 32k array size) payload are supported
|
|
|
|
* Analogous to NearbyConnection library in Android with similar callback names and all
|
|
|
|
* Singleton pattern using factory constructor
|
|
|
|
|