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

outdated

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

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

dependencies:
  odoo_repository: ^0.4.4

Alternatively, your editor might support dart 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
0
pub points
66%
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

License

unknown (LICENSE)

Dependencies

crypto, equatable, logger, odoo_rpc, pedantic

More

Packages that depend on odoo_repository