Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter SDK Action

Flutter SDK GitHub Action.

Note

This action currently only supports Android and Linux

Use Specific Flutter Shannel

  steps:
    - name: Set up Flutter
      uses: geekswamp/flutter-sdk-action@v1
      with:
        channel: stable # or beta
    - run: flutter --version

Build Target

Build for Android

  steps:
    - name: Set up Flutter
      uses: geekswamp/flutter-sdk-action@v1
      with:
        channel: stable
    - run: flutter pub get
    - run: flutter test
    - run: flutter build apk

Build for Linux Desktop

  steps:
    - name: Set up Flutter
      uses: geekswamp/flutter-sdk-action@v1
      with:
        channel: stable
    - run: flutter pub get
    - run: flutter test
    - run: flutter build linux

About

Flutter SDK GitHub Action, currently only supports Android and Linux

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages