Skip to content

Fixed vertical Scrollbar and added horizontal Scrollbar. Fixed table size. #11

Fixed vertical Scrollbar and added horizontal Scrollbar. Fixed table size.

Fixed vertical Scrollbar and added horizontal Scrollbar. Fixed table size. #11

Workflow file for this run

name: Flutter
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: dart analyze
- name: Flutter test
run: flutter test
- name: Install pana
run: dart pub global activate pana
- name: Analyze project source with pana
run: pana