Flutter Specific Workflow Steps
The steps listed below are specific to the Flutter build profiles.
You can find the full list of available workflow steps in our workflow marketplace and under each workflow step in this document, you can find the related repository URL, which also includes the documentation for the related step.
Flutter Installβ
This workflow step installs the specified Flutter SDK to run the Flutter CLI for subsequent, Analyze, Build and Test operations.
βhttps://github.com/appcircleio/appcircle-flutter-install-componentβ
Flutter Analyzeβ
This component runs the flutter analyze
command in your Flutter project.
βhttps://github.com/appcircleio/appcircle-flutter-analyze-component
Flutter Testβ
This component allows you to run Flutter unit tests.
βhttps://github.com/appcircleio/appcircle-flutter-test-component
Flutter Build for Androidβ
This component builds your Flutter project for Android with the Flutter SDK.
βhttps://github.com/appcircleio/appcircle-android-flutter-build-componentβ
Flutter Build for iOSβ
This component builds your Flutter project for iOS with the Flutter SDK.
βFlutter Build for Webβ
This component builds a web app with the Flutter SDK.