Flutter Feathersjs.dart Versions Save

Real-Time Flutter Apps, Powered by FeathersJS.

v4.1.4

1 year ago
  • formating code
  • update socket.io client to latest version

Full Changelog: https://github.com/Dahkenangnon/flutter_feathersjs.dart/compare/v4.1.3...v4.1.4

v4.1.3

1 year ago
  • 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: https://github.com/Dahkenangnon/flutter_feathersjs.dart/compare/4.1.2...v4.1.3

4.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Dahkenangnon/flutter_feathersjs.dart/compare/v4.0.2...4.1.2

4.0.4+4

2 years ago

V3.0.0

3 years ago

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

v0.1.0

3 years ago
  • 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