Skip to content

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

Merged
merged 9 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/resources/projects/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ 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
To publish a project as a library, it must meet the following requirements:

- **No Prior Store Deployment**: The project must not have been deployed to the Google Play Store or Apple App Store.
- **No Failed Deployments**: The Publish button remains disabled if a deployment process was started and failed.
- **No Errors or Warnings**: All project errors or warnings must be addressed beforehand.
- **Main Branch Only**: You can only publish from the main branch.
- **Pro Plan Subscription**: A Pro Plan is required to publish a project as a Library.
- **Not Cloned from Marketplace**: The project cannot be a clone of a Marketplace item.
:::

### Disabled Features in a Library

When a project is converted into a library, the following features are disabled to ensure compatibility and functionality limitations:
Expand Down
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2317,6 +2317,11 @@
"source": "/misc/flutterflow-experts",
"destination": "/misc/hire-flutterflow-developer",
"type": 301
},
{
"source": "/firebase-content-manager",
"destination": "/integrations/database/cloud-firestore/firestore-content-manager/",
"type": 301
}
]
}
Expand Down