Skip to content

Releases: Dahkenangnon/flutter_feathersjs.dart

v4.1.5

10 Jun 10:42
Compare
Choose a tag to compare

v4.1.4

23 Apr 07:53
Compare
Choose a tag to compare
  • formating code
  • update socket.io client to latest version

Full Changelog: v4.1.3...v4.1.4

v4.1.3

23 Apr 07:13
Compare
Choose a tag to compare
  • Use application directory for token storage
  • Export the JsonBridge class so that you can use it to store data yourself
  • Update Dio dep to latest version

Full Changelog: 4.1.2...v4.1.3

4.1.2

22 Apr 20:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...4.1.2

v4.1.1-dev

20 Oct 06:41
Compare
Choose a tag to compare
v4.1.1-dev Pre-release
Pre-release

Fixing #45

4.1.0-dev

20 Oct 01:13
Compare
Choose a tag to compare
4.1.0-dev Pre-release
Pre-release

See #28

See #19 (comment)

See #19

4.0.4+4

10 Mar 10:52
Compare
Choose a tag to compare
Need feedback for next release

V3.0.0

06 Apr 10:58
Compare
Choose a tag to compare

V3.0.0

Error handling - Docs - Default, Rest, Socketio 's Methods improved or added

  • Error handling is fully supported both in socketio and rest, even in global scope

  • Documentation is now ready to be used

  • Demo api and site is now available at: https://dahkenangnon.github.io/flutter_feathersjs.dart/guide/#demo

  • Because we love the realtime side of feathers js, socketio is set to default client. E.g: So doing flutterFeathersJs.find({...}) will call flutterFeathersJs.scketio.find({...})

  • Default client (socketio) don't support file upload

  • Rest and socketio methods are improved

Thanks

V1.0.10

25 Jan 20:27
Compare
Choose a tag to compare

More strategy support, realtime event listen

25 Nov 21:56
Compare
Choose a tag to compare
  • Add event bus dependencies

  • Add comment to rest.create (with formData)

  • Upgrade version to 0.0.2

  • Set version 0.0.7

  • install dep

  • Delete pubspec.lock to fix merge conflict error