- Flutter version is pinned via Flutter Version Manger (GUI: Flutter Sidekick)
fvm flutter pub run build_runner build --delete-conflicting-outputs
(or use VSCode Task)
https://github.com/CiriousJoker/portfolio_assets
- Edit
./assets/projects.json
with the new project - Add image assets into
./assets
Upgrade version in pubspec.yaml
like this: 0.9.0+1
-> 0.9.1+2
- Test the release:
flutter build web --release --csp --dart2js-optimization O4 --wasm
(use the command fromdeploy.yml
if unsure)npx http-server ./build/web/
- Commit the changes as
Deployed v1.2.3
- Deploy it