Core Developer’s Guideline
Developing a super library in the FlutterFlow dashboard is not recommended. It's much faster to develop using VSCode.
Recommended Setup
- Create a Flutter Project:
-
Name the project
super_library_flutter_example
. -
Download the Super Library Code:
-
Use the VSCode extension
FF Download Code
to download the FlutterFlow Super Library code into thesuper_library_flutter_example
Flutter project. -
Download the Example App Code:
- Create a FlutterFlow app that consumes the super library.
- Use the VSCode extension
FF Download Code
to download the FlutterFlow example app that consumes the Super Library.
Example Setup
Below are my(JaeHo, Song) setup;
- Create the Flutter Project:
-
Path:
/Users/thruthesky/apps/flutter/ff-libraries/super_library_example
-
Download the Super Library Code:
-
Path:
/Users/thruthesky/apps/flutter/ff-libraries/super_library_example/super-library-5mglde
-
Download the FlutterFlow Example Project:
- Path:
/Users/thruthesky/tmp/ff-examples/test-super-library-ldkmay
Working with Multiple Projects
- Open all the three VSCode projects simultaneously.
- Edit the Super Library code within the
super_library_flutter_example
Flutter project. - Test the Super Library code while editing it.
- Perform final tests in the FlutterFlow example project (
test-super-library-ldkmay
).
Tips
- Use Git for version control: GitHub Repository
- For more information, contact the creator.