Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.03 KB

vscode-touchbar-extension

This is a fork of touchbar helper for Flutter. I liked it very much but it lacked some things that I would have liked to have so I forked it and added those.
Read the features bellow ⬇

Features

Flutter

  • Flutter Clean
  • Flutter Pub Get
  • Flutter Build Single APK
  • Flutter Build Web
  • Flutter Build Appbundle
  • Flutter Build Split per ABI
  • Flutter DevTools

Firebase & Flutter

  • Flutter build web with wasm and deploy to firebase hosting

Git

  • Git Commit
  • Git Push
  • Git Stash

Release Notes

1.0.9

  • Nothing added

1.0.8

  • Build web now builds with --wasm args

1.0.7

  • Fixed some .md stuff

1.0.6

  • Added Flutter build web
  • Added Firebase deploy to web hosting

1.0.5

  • Added Flutter pub get button under FlutterTools category
  • Updated md files to represent these recent changes that I made

1.0.4

  • Changed flutter build emojis
  • Added Git Stash

Forked with all previous updates from Flutter Touchbar Helper