This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Prep the flutter_plugin_tools for publishing #3836
Merged
stuartmorgan-g
merged 1 commit into
flutter:master
from
stuartmorgan-g:tool-publish-prep
Apr 30, 2021
Merged
Prep the flutter_plugin_tools for publishing #3836
stuartmorgan-g
merged 1 commit into
flutter:master
from
stuartmorgan-g:tool-publish-prep
Apr 30, 2021
Conversation
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
We can still consider other long-term options for flutter/packages, but in the short term I'd really like to have the license and (working) version checks in flutter/packages, so this gives us a path to do that. |
Re-adds the LICENSE and CHANGELOG, and updates the README and pubspec, in preparation for pushing an updated version of the package. We are still using flutter_plugin_tools in flutter/packages, so this allows us to use updates (e.g., license checks, fixed version checks) in that repository as well. The README has been updated to note that it is no longer intended for general use, and we will (if it allows publishing) continue to mark the package as discontinued to reflect that.
96c03dd
to
32c178d
Compare
cyanglaz
approved these changes
Apr 29, 2021
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, now plugin_tools should also be part of auto publishing ci.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2021
fluttergithubbot
pushed a commit
to flutter/flutter
that referenced
this pull request
Apr 30, 2021
stuartmorgan-g
added a commit
to stuartmorgan-g/plugins
that referenced
this pull request
Apr 30, 2021
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
11 tasks
stuartmorgan-g
added a commit
that referenced
this pull request
Apr 30, 2021
This should have been re-added in #3836 but was missed, so it doesn't work correctly via `pub global`.
samandmoore
added a commit
to Betterment/plugins
that referenced
this pull request
May 6, 2021
* 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) ...
fotiDim
pushed a commit
to fotiDim/plugins
that referenced
this pull request
Sep 13, 2021
Re-adds the LICENSE and CHANGELOG, and updates the README and pubspec, in preparation for pushing an updated version of the package. We are still using flutter_plugin_tools in flutter/packages, so this allows us to use updates (e.g., license checks, fixed version checks) in that repository as well. The README has been updated to note that it is no longer intended for general use, and we will (if it allows publishing) continue to mark the package as discontinued to reflect that.
fotiDim
pushed a commit
to fotiDim/plugins
that referenced
this pull request
Sep 13, 2021
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Re-adds the LICENSE and CHANGELOG, and updates the README and pubspec,
in preparation for pushing an updated version of the package.
We are still using flutter_plugin_tools in flutter/packages, so this
allows us to use updates (e.g., license checks, fixed version checks) in
that repository as well. The README has been updated to note that it is
no longer intended for general use, and we will (if it allows
publishing) continue to mark the package as discontinued to reflect
that.
Pre-launch Checklist
dart format
. See plugin_tool format)[shared_preferences]
///
).