Skip to content

Correção de bug em CentavosInputFormatter #192

Correção de bug em CentavosInputFormatter

Correção de bug em CentavosInputFormatter #192

Workflow file for this run

name: publish
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
- run: flutter pub get
- name: format
run: dart format --output=none --set-exit-if-changed .
- name: analyze
run: flutter analyze
- name: test
run: flutter test --coverage
- name: codecov
uses: codecov/[email protected]
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /brasil_fields/