nearby_connections/CHANGELOG.md
Prerak Mann 4d666c42a5 Prep for new Release
TODO: add a way to edit the filename
2019-08-12 00:03:47 +05:30

561 B

1.0.0

  • Added support for Files (sendFilePayload)
  • Breaking Change (sendPayload method signature is changed)
  • Updated Example and Readme for file transfer

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