-
Notifications
You must be signed in to change notification settings - Fork 107
Library publishing restriction info #270
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
|
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.
Need clarifications about the points missed. lmk if its added somewhere else, but ideally it should be the same place.
docs/resources/projects/libraries.md
Outdated
@@ -80,6 +80,10 @@ To publish a FlutterFlow project as a library, start by creating a FlutterFlow p | |||
- It's recommended to include a message that tells users what has changed in the version your are publishing. | |||
::: | |||
|
|||
:::warning | |||
You cannot publish a project as a library if it has already been deployed to the Google Play Store or the Apple App Store. Additionally, the Publish button is disabled if a deployment process has started and failed. |
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.
Hey @pinkeshmars what about the other points Sameer mentioned?
✅ No errors or warnings
✅ Main Branch
✅ Pro Plan
✅ Not cloned from a MarketPlace Project
docs/resources/projects/libraries.md
Outdated
:::warning | ||
You cannot publish a project as a Library if it has already been deployed to the Google Play Store or the Apple App Store. Additionally, the Publish button is disabled if a deployment process was started and failed. | ||
|
||
To publish a project as a library, ensure that: |
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.
Can we not combine all the points in a single bullet list?
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.
Done!
@PoojaB26 could you please take a look again? |
Description
Library publishing restriction info
Linear ticket and magic word Fixes DEVR-719, Fixes DEVR-798
Type of change