-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- A new key is set for FutureBuilder if the key param is null on the …
…`readAndBuild` method - CHANGELOG.md created - Askless Flutter Client version updated
- Loading branch information
1 parent
791a021
commit 7a6c63e
Showing
6 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 1.0.1 | ||
|
||
- Fix: prevent old connections data from getting in the way of the last successful connection attempt | ||
- Fix on removing old messages received from server | ||
- Gifs added to examples | ||
- Allowing not encrypted connections on Android & IOS on examples | ||
- Flutter 2.0 examples updates | ||
- Dependencies upgraded | ||
- Readme updated: How to use a not encrypted connection on a test environment | ||
- `readAndBuild` and `listenAndBuild` methods: a new key is set for StreamBuilder/FutureBuilder if the key param is null | ||
- Showing the request error response on logs | ||
|
||
## 1.0.0 | ||
|
||
- Project release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters