Add isAntiAlias for Flutter 3.44.x - #143
Closed
normidar wants to merge 3 commits into
Closed
Conversation
Collaborator
|
Thanks for adding the metadata as well! Could you maybe raise the flutter dependency to 3.41like in #142? |
dart_eval on pub.dev is still capped at analyzer ^8.2.0, which conflicts with riverpod_generator/riverpod_lint's analyzer ^13.0.0 requirement. Upstream master has already migrated through analyzer 11/12/13 with passing tests but hasn't cut a new pub.dev release, so pin to that commit via a git dependency instead of patching anything. example no longer needs its own dart_eval dependency since it only uses flutter_eval, and the duplicate hosted declaration conflicted with the new git-sourced version.
master had since moved on to analyzer ^13.0.0, which is newer than what the rest of the Coin Galaxy Riverpod v3 toolchain (riverpod_generator 4.0.3, app_info_tile 0.3.0's pinned riverpod_annotation range) supports. Pin to the specific upstream commit that bumped to analyzer ^9.0.0 instead, matching the analyzer version already used across the other apps.
Author
|
@Zverik |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.