6.4 - Validate CI/CD For User To Build Module
BeatriceMitchell opened this issue · 2 comments
BeatriceMitchell commented
-
The Flutter module should be built by CD in such a way that it's ready to be imported into native applications as a library, with no need for the Flutter SDK or source code on the consuming machine.
-
Builds of the application should be produced as GitHub Actions artifacts and links to the latest copies should be in the project README for easy access.
BeatriceMitchell commented
Make sure that the GitHub Action that creates the ImportTable Module works.
BeatriceMitchell commented
We need to know a bit more about the deliverable here:
What do we need to deliver in terms of the user setup?
Is the full repo + instructions enough, or do we need to include a fully built version of the project?