This repository was archived by the owner on Oct 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Chirp SDK Flutter
22
3+ ## 0.1.1 - 01/03/19
4+
5+ - Upgrade to Android v3.6.1
6+
37## 0.1.0 - 22/01/19
48
59- Bringing out of experimental status
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Send data with sound.
77Sign up at the Chirp [ Developer Hub] ( https://developers.chirp.io/sign-up )
88
99Copy and paste your Chirp app key, secret and chosen configuration into the
10- [ example application] ( https://github.com/chirp/chirp-connect- flutter/tree/master/chirpsdk/example )
10+ [ example application] ( https://github.com/chirp/chirp-flutter/tree/master/chirpsdk/example )
1111
1212 await ChirpSDK.init(_appKey, _appSecret);
1313 await ChirpSDK.setConfig(_appConfig);
@@ -53,5 +53,5 @@ There are several other callbacks available which are illustrated in the example
5353## Contributions
5454
5555This project aims to be a community driven project and is open to contributions.
56- Please file any issues and pull requests at [ GitHub] ( https://github.com/chirp/chirp-connect- flutter )
56+ Please file any issues and pull requests at [ GitHub] ( https://github.com/chirp/chirp-flutter )
5757Thank you!
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Demonstrates how to use the ChirpSDK plugin.
66
77This project is a starting point for a Flutter application using Chirp.
88
9- - [ Example Code] ( https://github.com/chirp/chirp-connect- flutter/tree/master/example )
9+ - [ Example Code] ( https://github.com/chirp/chirp-flutter/tree/master/example )
Original file line number Diff line number Diff line change 11name : chirpsdk
2- version : 0.1.0
2+ version : 0.1.1
33description : Chirp enables your apps to send and receive information using sound.
44author :
Asio Ltd <[email protected] > 5- homepage : https://github.com/chirp/chirp-connect- flutter
5+ homepage : https://github.com/chirp/chirp-flutter
66
77environment :
88 sdk : " >=2.0.0-dev.68.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments