This repository was archived by the owner on Oct 5, 2020. It is now read-only.
File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Chirp SDK Flutter
2
2
3
+ ## 0.1.1 - 01/03/19
4
+
5
+ - Upgrade to Android v3.6.1
6
+
3
7
## 0.1.0 - 22/01/19
4
8
5
9
- Bringing out of experimental status
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Send data with sound.
7
7
Sign up at the Chirp [ Developer Hub] ( https://developers.chirp.io/sign-up )
8
8
9
9
Copy 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 )
11
11
12
12
await ChirpSDK.init(_appKey, _appSecret);
13
13
await ChirpSDK.setConfig(_appConfig);
@@ -53,5 +53,5 @@ There are several other callbacks available which are illustrated in the example
53
53
## Contributions
54
54
55
55
This 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 )
57
57
Thank you!
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Demonstrates how to use the ChirpSDK plugin.
6
6
7
7
This project is a starting point for a Flutter application using Chirp.
8
8
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 1
1
name : chirpsdk
2
- version : 0.1.0
2
+ version : 0.1.1
3
3
description : Chirp enables your apps to send and receive information using sound.
4
4
author :
Asio Ltd <[email protected] >
5
- homepage : https://github.com/chirp/chirp-connect- flutter
5
+ homepage : https://github.com/chirp/chirp-flutter
6
6
7
7
environment :
8
8
sdk : " >=2.0.0-dev.68.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments