mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
23 lines
399 B
Markdown
23 lines
399 B
Markdown
## 0.1.3+1
|
|
|
|
* Update documentation and Readme
|
|
|
|
## 0.1.1
|
|
|
|
* Fixed sendPayload future not completing bug
|
|
|
|
## 0.1.0
|
|
|
|
* Added pub maintanence suggestions
|
|
|
|
## 0.0.2
|
|
|
|
* Added dartdoc comments
|
|
|
|
## 0.0.1
|
|
|
|
* 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
|
|
|