odoo_repository 0.5.8 copy "odoo_repository: ^0.5.8" to clipboard
odoo_repository: ^0.5.8 copied to clipboard

Dart package helps to implement data communication between Odoo and dart client with persistance and offline mode

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add odoo_repository

With Flutter:

 $ flutter pub add odoo_repository

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

dependencies:
  odoo_repository: ^0.5.8

Alternatively, your editor might support dart pub get or 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_repository/odoo_repository.dart';
12
likes
120
pub points
72%
popularity

Publisher

verified publishererp.co.ua

Dart package helps to implement data communication between Odoo and dart client with persistance and offline mode

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, equatable, lints, logger, mutex, odoo_rpc

More

Packages that depend on odoo_repository