This guide describes steps to migrate legacy Team Code Libraries, Team API Libraries and partially Team Design Libraries to new FlutterFlow Libraries.
The scope of this migration:
Find your project on the dashboard and select the “Duplicate as Library” option.
Enter a name for the new library and click “Create Library”. You’ll be redirected to the new project.
If you are migrating a team code library that uses FFAppState
, you should create the necessary fields in the newly created library project.
Open “Settings/Publish as Library” and publish the first version of the project. To learn more about Libraries and publishing new version, see the documentation.
Open a project that depends on the legacy library.
Go to Settings/Project Dependencies and click “Add Dependency”. Select the library that you created in the previous step.
To learn more about adding Libraries as dependencies, see the documentation.