Verify that all of them are actually used in the codebase to avoid bloating the app. 🏁 Script executed: #!/bin/bash # Check for imports of new dependencies in the codebase echo "Checking for flutter_highlight usage:" rg "import.*flutter_highlight" -t dart echo "\nChecking for ...
This might cause compatibility issues with other packages that require newer versions. 🌐 Web query: Are there compatibility issues between Flutter packages and intl 0.19.0 vs 0.20.2? 💡 Result: When using the intl package in Flutter, compatibility issues can arise between versions like 0.19...