Skip to content

Add usage docs and license to README.md #16

Add usage docs and license to README.md

Add usage docs and license to README.md #16

Workflow file for this run

name: publish
on:
push:
jobs:
# https://dart.dev/tools/pub/automated-publishing
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: flutter-actions/setup-flutter@v3
- uses: ./