-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Re-add bin/ to flutter_plugin_tools #3839
Re-add bin/ to flutter_plugin_tools #3839
Conversation
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
Anything else I might have missed in restoring this to working as a stand-alone tool? I'm not sure how to test something comparable to |
@stuartmorgan Now thinking of it, maybe we should ask our ci to do the same (activate the tool from source instead of |
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.
LGTM! I can't think of anything that's missing, a local test will probably be sufficient to figure it out.
Ah, perfect! Thanks :) Looks like this does indeed work now. |
* upstream/master: (383 commits) Add implement and registerWith method to plugins (flutter#3833) Update third_party license checking (flutter#3844) [tool] add `all` and `dry-run` flags to publish-plugin command (flutter#3776) Re-add bin/ to flutter_plugin_tools (flutter#3839) switch from using 'tuneup' to analyze to 'dart analyze' (flutter#3837) [in_app_purchase] Federated iOS implementation (flutter#3832) Prep the tools for publishing (flutter#3836) [in_app_purchase] Make PurchaseDetails.status mandatory (flutter#3831) Fix grammatical error in contributing guide (flutter#3217) [google_sign_in_web] fix README typos. [tool] combine run and runAndExitOnError (flutter#3827) [camera] android-rework part 2: Android auto focus feature (flutter#3796) [in_app_purchase_platform_interface] Added additional fields to ProductDetails (flutter#3826) Move all null safety packages' min dart sdk to 2.12.0 (flutter#3822) [path_provider_*] code cleanup: sort directives (flutter#3823) [in_app_purchase] Implementation of platform interface (flutter#3781) [google_sign_in] Add todo WRT correctly setting X-Goog-AuthUser header (flutter#3819) [tools] fix version check command not working for new packages (flutter#3818) [camera] android-rework part 1: Base classes to support Android Camera features (flutter#3795) fix MD (flutter#3815) ...
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
This should have been re-added in #3836 but was missed, so it doesn't
work correctly via
pub global
.Pre-launch Checklist
dart format
. See plugin_tool format)[shared_preferences]
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.