- Allow flutterw update when placed in repo subfolder #34
- Don't clear .gitmodules when calling
flutter channel
without a channel #26 - Move echos to
stderr
, so that the output ofstdout
is not changed for scripts consuming it #24 - Don't error
flutter upgrade
whenpubspec.lock
doesn't exist #28 - This project is now tested! This gives me personally confidence to change things without breaking your project
- Fix submodule initialization detection #22
- Support for multi-package repositories #18
- Support placing flutterw in a sub folder #17
- Added tests so I don't accidentally break your project
- Always switch to defined channel to fix
./flutterw upgrade
#19 - Escape all git arguments
- Escape arguments in post flutterw section 7701728ffab0053db5a5f5b647c2c38ea0e0b27e
- Fix
./flutterw upgrade
when branch (stable
) is not fetched ba5729987c10d62cd860b3b81ebc8ae62484b86c
./flutterw upgrade
and./flutterw channel X
now works without manual adjustments inside the submodule #15- The channel (master|dev|beta|stable) is now synced with what's defined in
.gitmodules
- Fix submodule matching in install script 605854d1db5053fd36814d4a9733e9d1b182bcd3
- Improve
.flutter
submodule matching 5008757479b29c7296fb9143e6adb859a392ba7e a1c7c7fa8903c5bf0b3344e921dfbd6c45cedcc7
- Fix
.flutter
submodule existence check, allow other submodules containingflutter
as name #7
- Use flutters stable branch as default channel
- #4 Use
https
instead ofssh
to clone flutter - fc7d105 fail fast on download error
- Fix: Download flutterw from latest tag defined in
version
file 053fc8a4aeb219d70c6793fb71bd334e1d860f37
- Linux support (Hello PixelBook 😁) #3
- Fix: Abort install script when git clone fails 8ec7c79748e11ab8e04356e5ca574ad9de3b4140
- Fix: '.flutter' already exists in the index during update d02f505be2cf2648d67fc260c812a387d5e05cf1
- Download version which is defined in
version
on master branch. Prevents downloading of preview versions - Adds version and date to
flutterw
header install.sh
does now support the argument--tag|-t
for the git tag to download