clarity 0.0.2 copy "clarity: ^0.0.2" to clipboard
clarity: ^0.0.2 copied to clipboard

Odoo JSON RPC Connector library for Flutter allows you to connect with Odoo 12+. 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 clarity

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

dependencies:
  clarity: ^0.0.2

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:clarity/clarity.dart';
3
likes
140
pub points
32%
popularity

Publisher

unverified uploader

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

Repository
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

crypto, flutter, http, uuid

More

Packages that depend on clarity