odoo_api 1.0.4 copy "odoo_api: ^1.0.4" to clipboard
odoo_api: ^1.0.4 copied to clipboard

Odoo JSON RPC Connector library for Flutter allows you to connect with Odoo 8.0+. Authenticate, Read data, updating and creating data, JSON type controllers, custom model methods

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add odoo_api

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  odoo_api: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:odoo_api/odoo_api.dart';
20
likes
30
pub points
67%
popularity

Publisher

unverified uploader

Odoo JSON RPC Connector library for Flutter allows you to connect with Odoo 8.0+. Authenticate, Read data, updating and creating data, JSON type controllers, custom model methods

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, http, uuid

More

Packages that depend on odoo_api