Skip to content

Created a better video player #12

Created a better video player

Created a better video player #12

name: Flutter CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
- run: flutter pub get
- run: flutter build apk
- uses: actions/upload-artifact@v3
with:
name: release-apk
path: build/app/outputs/flutter-apk/app.apk