flutter_feathersjs library

Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.

Documentation at: https://dahkenangnon.github.io/flutter_feathersjs.dart/

Repository at: https://github.com/Dahkenangnon/flutter_feathersjs.dart

Pub.dev: https://pub-web.flutter-io.cn/packages/flutter_feathersjs/

Demo api at: https://flutter-feathersjs.herokuapp.com/

Demo app's repo at: https://github.com/Dahkenangnon/flutter_feathersjs_demo

Happy hacking 🚀

Classes

Connected
Socketio Connected
DisConnected
Socketio Disconnected
FeathersJsEventData<T>
Feathers Js realtime event data
FlutterFeathersjs
FlutterFeatherJs allow you to communicate with your feathers js server
JsonStorage
Storage bridge for FlutterFeathersjs

Enums

FeatherJsErrorType
FeatherJsErrorType
FeathersJsEventType
Feathers Js realtime event type

Functions

errorCode2FeatherJsError(dynamic error) → FeatherJsError
Transform error sent by feathers js to local error type

Exceptions / Errors

FeatherJsError
FeatherJsError describes the error info when request failed.