ERP-Ukraine / odoo-repository-dart

Dart package of generic Odoo repository
MIT License
17 stars 15 forks source link

Dependency Conflict: Incompatibility between odoo_rpc and lints #12

Open pradhanashwin opened 2 weeks ago

pradhanashwin commented 2 weeks ago

Problem: I am encountering a dependency conflict between the odoo_rpc package and the lints package in my Flutter project. When trying to use the latest version of odoo_rpc (version 0.5.4) along with odoo_repository (version 0.5.8), the dependency resolution fails. The issue seems to arise because odoo_rpc depends on lints ^3.0.0, while odoo_repository version 0.5.8 depends on lints ^2.1.1.

image