Skip to content

Add gradient support to FortuneItemStyle #175

Add gradient support to FortuneItemStyle

Add gradient support to FortuneItemStyle #175

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
- run: flutter pub get
- run: flutter test