ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
44 stars 35 forks source link

Typo in pub.dev page #4

Closed mdev88 closed 3 years ago

mdev88 commented 3 years ago

Hello, there is a typo in the examples in the pub.dev page. The import line says 'packages' but it should be 'package' (singular)

Current: import 'packages:odoo_rpc/odoo_rpc.dart'

Correct: import 'package:odoo_rpc/odoo_rpc.dart'