Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Releases: RodrigoBertotti/askless-flutter-client

v3.1.1

09 Aug 19:03

Choose a tag to compare

  • Bug fixes

v3.1.0

16 Mar 13:31

Choose a tag to compare

  • Dependencies have been updated

v3.0.2

16 Nov 14:59

Choose a tag to compare

  • Error message was appearing in the wrong moment

v3.0.1

17 Sep 23:59

Choose a tag to compare

  • Fix: "Ops, it should perform configure connection first"

v3.0.0

17 Sep 23:53
8e93b52

Choose a tag to compare

Askless was redesigned and is even better! So you can build your App and backend like a pro! 🚀

  • Several bug fixes
  • A new way of building real-time Apps
  • Askless now allows you to elevate your App by adding video and audio calls to your Flutter App!

v2.0.0

02 Aug 18:57

Choose a tag to compare

  • dart sdk updated: >=2.12.0 <3.0.0 (null safety)
  • web support
  • useDefaultLogger: default as false
  • fix: accepting non-maps types on the "body" field of an update request
  • other adjustments/fixes
  • documentation and README changes
  • code refactoring
  • unit tests added
  • examples updated to null safety
  • new dependencies in pubspec.yaml

v1.0.1

15 Mar 15:23

Choose a tag to compare

  • 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