chore(flutter): update dependency flutter to v3.13.3 #33
Workflow file for this run
This file contains 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: FVM Notifier | |
on: | |
pull_request: | |
paths: .fvm/fvm_config.json | |
types: | |
- opened | |
jobs: | |
fvm-notifier: | |
name: Notify Flutter SDK version changes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create comment 💬 | |
uses: peter-evans/create-or-update-comment@v3.0.2 | |
with: | |
issue-number: ${{ github.event.number }} | |
body: | | |
I'm just a reminder to do the following after updating the Flutter SDK version: | |
- [ ] Run `flutter pub get` to make sure the dependencies are up-to-date | |
- [ ] Update the Flutter SDk version in [HomePage](https://github.com/zeshuaro/appainter/blob/main/lib/home/views/home_page.dart#L19) |