-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Fixed #69514 Android Studio 4.1 plugins in MacOS #69517
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
Conversation
…sts" (flutter#64432)" (flutter#65635) (flutter#65660) This reverts commit ccd4f6d.
* Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (flutter#66043) * [flutter_tools] fix failure to create ansi spinner if download needs to be retried (flutter#65797) * Listen to Debug VM stream to get Stdout logs from VMService (flutter#66310) * Update cherry picked engine Co-authored-by: Jonah Williams <jonahwilliams@google.com> Co-authored-by: Jenn Magder <magder@google.com>
* [Icons][iOS] Pointing to version of material icon font that includes more metadata in the xml. (flutter#66684) * apply engine cherrypicks * Page-subclasses to take children instead of builder (flutter#66694) * Update pub dependencies to support dart 2.10.0 * cherry-pick 76ad864 * Fix the inconsistency between the local state of the input and the engine state (flutter#65754) Co-authored-by: Will Larche <larche@google.com> Co-authored-by: Michael Goderbauer <goderbauer@google.com> Co-authored-by: xubaolin <xubaolin@oppo.com>
* [Docs] [Material] Fix Icons api docs (flutter#66508) * [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs. * Better documentation and that special awful case. * Couple more places to remove. * Add back the autovalidate class property (flutter#66267) * Add back autovalidate property * Add autovalidate property back (include tests) * Fix typos * One more test :) * [flutter_tools] prevent running analyze-size with split-debug-info (flutter#66983) Running a build command with split debug info and analyze size causes a crash in the snapshot analysis library. Disable the combination of these two flags. Fixes flutter#66962 * fix invocatiion of non-existent function after cherry pick * update engine revision Co-authored-by: Will Larche <larche@google.com> Co-authored-by: Pedro Massango <pedromassango.developer@gmail.com> Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* [flutter_tools] support Android Studio 4.1 on Windows (flutter#67992) Android Studio 4.1 moved the location of the .home file on Windows which is used to located the install directory. This functionality is important because it is how we locate and discover the Android SDK functionality, as well as the appropriate JRE. fixes flutter#67986 * [gestures] make stylus pointer types use touch pan/drag slop (flutter#67885) * Update engine cherrypicks * pin customer_testing and add back windows to cirrus Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Fix TextField bug when the formatter repeatedly format (flutter#67892) * Adjust constraints (flutter#68437) * update engine Co-authored-by: xubaolin <xubaolin@oppo.com> Co-authored-by: Michael Thomsen <mit@google.com>
Refer flutter#69514 for more details on this issue.
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to stable. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master, unless this is an intentional hotfix/cherrypick. |
|
This is originally intended as a hotfix to flutter doctor in the stable branch. Since it is kept on looking at the wrong path for plugins of Android Studio. |
|
We will not accept hotfix PRs for plugin fixes. If you're interested in working them please create a new PR for submission to master |
Description
flutter doctor reports "Flutter plugin not installed" and "Dart plugin not installed" errors for Android Studio 4.1 and above in MacOS. Issue #69514 is reported due to that. This is the fix for that issue in flutter doctor.
Related Issues
#69514
Tests
No tests modified
Checklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.