Skip to content

Flutter SDK GitHub Action, currently only supports Android and Linux

License

Notifications You must be signed in to change notification settings

geekswamp/flutter-sdk-action

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published