Really remove package:intl dependency#686
Conversation
There was a problem hiding this comment.
Code Review
This pull request successfully removes the intl dependency from both examples/custom_backend/pubspec.yaml and packages/json_schema_builder/pubspec.yaml, aligning with the pull request's stated goal. Additionally, json_schema_builder has been correctly moved to dev_dependencies in the custom_backend example, and pubspec.lock has been updated to reflect these dependency changes and minor version bumps for testing packages.
| meta: ^1.16.0 | ||
|
|
||
| dev_dependencies: | ||
| lints: ^6.0.0 |
There was a problem hiding this comment.
The lints package, which provides a recommended set of linting rules, has been removed from dev_dependencies. While not directly impacting functionality, removing this without an alternative linting setup could lead to a gradual degradation of code style and quality over time. It's generally advisable to maintain consistent linting practices to ensure code maintainability.
Description
Follow up to #682 ...
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-devrel channel on Discord.