Update transaction model and AndroidManifest.xml, and add PDF generat… #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: eTaka Workflow | |
on: [push, workflow_dispatch] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install Flutter | |
uses: subosito/flutter-action@v2 | |
with: | |
flutter-version: '3.19.0' | |
channel: 'stable' | |
# - name: Install dependencies | |
# run: flutter pub get | |
# - name: Flutter Test | |
# run: flutter build apk |