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.
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.