odoo_repository 0.5.9 copy "odoo_repository: ^0.5.9" to clipboard
odoo_repository: ^0.5.9 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.9

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';
13
likes
150
points
132
downloads

Publisher

verified publishererp.co.ua

Weekly Downloads

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, logger, mutex, odoo_rpc

More

Packages that depend on odoo_repository