Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is because there is a dependency conflict between the Chatview version 1.0.0 and the mobileapp. Chatview version 1.0.0 requires the intl version 0.18.0 or higher, while the mobileapp depends on the intl version 0.17.0.

When different packages have conflicting dependencies, it can lead to unpredictable behavior, errors, or crashes. Therefore, it is necessary to resolve the dependency conflict by either upgrading the mobile_app to use intl version 0.18.0 or higher or downgrading the chatview to use intl version 0.17.0.