flutter_feathersjs 4.1.5 flutter_feathersjs: ^4.1.5 copied to clipboard
Real-Time Flutter Apps, Powered by FeathersJS.
4.1.5 #
- Update the readme.md file
4.1.4 #
- formating code
- update socket.io client to latest version
4.1.3 #
- 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
4.1.2 #
- New demo app https://github.com/AurelAgbodoyetin/feathersjs_demo_app
- Remove flutter_secure_storage from deps
- Use now https://pub.dev/packages/json_bridge for token storage, only for test. Please stored tokens yourself with anything with security in mind
- Add feathersjs like syntax: https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/28
- Improve the package and prepare for next major version 5.0.0 (see: https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/52)
- Add new HomePage for the project: https://feathersjs.dah-kenangnon.com/ (under hacking)
- Old doc is no longer available: https://dahkenangnon.github.io/flutter_feathersjs.dart/
4.1.1-dev #
- Downgrade socket_io_client to 1.0.2 to support feathers js socketio client
- Issue https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/45
4.1.0-dev #
- Fix https://github.com/Dahkenangnon/flutter_feathersjs.dart/issues/28
- remove shared_preferences dependency
- add separate client (socketio & rest) configuration
4.0.5+1 - Fix README.md's icons #
4.0.5 - Update dependencies #
4.0.4+4 - Open discussion for next release #
4.0.4+3 - Update docs dependencies #
4.0.4+2 - Flutter format #
4.0.4+1 - Add documentation in pubspec.yaml #
4.0.4 - Fix #
4.0.3 - Improve documentation #
4.0.2 - Nullsafety #
4.0.1-dev.nullsafety - Remove meta from pubspec #
4.0.0-dev.nullsafety - Migrating to null-safety #
3.0.0 - Error handling and new features #
2.0.3-dev #
2.0.2-dev #
2.0.1-dev #
2.0.0-dev #
Upgrading to nullsafety
1.0.9 #
Documentation is now available from: https://dahkenangnon.github.io/flutter_feathersjs.dart/
1.0.8-dev #
1.0.7-dev #
1.0.6-dev #
1.0.5-dev #
1.0.4-dev #
1.0.3-dev #
1.0.2-dev #
1.0.1-dev #
1.0.0 #
- Improvment: Documentation of the code
- Breaking: on both rest and socketio, you get exactly what feathers js send, we don't support any serializer or deserializer. So how previous version handle data is breaken
- Feature: Add event listen but not fully tested
- Authentication don't matter if you auth user with email/password. You can use email/password, phone/password, userName/password
- Feature: support now phone, email, etc, with password authentication
0.0.7 #
- remove unused comment
- Add formData handling
- Update readme
0.0.6-dev #
0.0.5-dev #
0.0.4-dev #
0.0.3-dev #
- Change sembast dependencies to shared_preferences as sembast cause "OS Error: Read-only file system, errno = 30 in flutter"
0.0.2-dev #
- Add auth and reAuth for both rest and socketio client
- Add socketio methods
- Test socketio emit methods
- Add global auth and reAuth which don't matter whatever you're calling via socketio or rest
0.0.1-dev #
- Initial version
- Not for production use.
- It still under dev