-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update intl library to 0.18.0 #18
Conversation
@@ -72,7 +72,6 @@ linter: | |||
- hash_and_equals | |||
- implementation_imports | |||
- iterable_contains_unrelated_type | |||
- invariant_booleans |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw this was deprecated
https://github.com/dart-lang/linter/issues/811#issuecomment-1289550703
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diarmaidlindsay
That is why I am deleting it. What do you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am supporting the deletion by linking to the official documentation 👍
@@ -91,7 +90,6 @@ linter: | |||
- prefer_collection_literals | |||
- prefer_conditional_assignment | |||
- prefer_contains | |||
- prefer_equal_for_default_values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://dart.dev/tools/linter-rules/prefer_equal_for_default_values
This has also been removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diarmaidlindsay Exactly, that is why I am deleting it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep again I was supporting the removal by linking to the docs 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I compiled and it ran successfully with the specified Flutter version.
Issue
Motivation and Context
Modified points