mix
mix copied to clipboard
fix: Support for analyzer `^6.6.0`
Description
The mix_lint
was crashing when it ran on the new version of Flutter.
Changes
- Update the
custom_lint
version to 0.6.5
Review Checklist
- [ ] Testing: Have you tested your changes, including unit tests and integration tests for affected code?
- [ ] Breaking Changes: Does this change introduce breaking changes affecting existing code or users?
- [ ] Documentation Updates: Are all relevant documentation files (e.g. README, API docs) updated to reflect the changes in this PR?
- [ ] Website Updates: Is the website containing the updates you make on documentation?