flutter_feathersjs 4.0.5 flutter_feathersjs: ^4.0.5 copied to clipboard
Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
🐦 flutter_feathersjs :bird #
Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
Infos: Feathers js is a node framework for real-time applications and REST APIs.
Simple to use #
1. Install it #
# Please see https://pub.dev/packages/flutter_feathersjs/install
flutter_feathersjs: ^lastest
2. Import it #
// Import it
import 'package:flutter_feathersjs/flutter_feathersjs.dart';
3. Initialize it #
//your api baseUrl
const BASE_URL = "https://flutter-feathersjs.herokuapp.com";
// Init it globally across your app, maybe with get_it or something like that
FlutterFeathersjs flutterFeathersjs = FlutterFeathersjs()
..init(baseUrl: BASE_URL);
You're ready to go: 3, 2, 1 🚀 Checkout the doc for more info.
Notes #
🟩 This package can be used in prod env from version V3.0.0 and up 🚀.
🟩 This package is tested with feathersjs v4.x
🟩 Great features will be added soonly (Learn more here). These feature will introduce incompatibilities with previous versions.
🟩 Null safety supported from version V4.0.2.
🟩 See pubspec.yaml for more infos.
Documentation #
Check it out at: https://dahkenangnon.github.io/flutter_feathersjs.dart/
Support #
Please email to dah.kenangnon (at) gmail (dot) com if you have any questions or comments or business support.
Contributing #
Please feel free to contribute to this project by opening an issue or creating a pull request.