nearby_connections/CHANGELOG.md

42 lines
767 B
Markdown
Raw Normal View History

2019-08-28 15:12:45 +00:00
## 1.0.2+1
* Updated dartdoc and Readme
## 1.0.2
* Added payload cancellation and other assertions
## 1.0.1
* Changed convinience methods for asking permissions(location+storage)
* Updated example
## 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
* Added pub maintanence suggestions
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