Releases: passsy/flutter_wrapper
Releases · passsy/flutter_wrapper
v1.3.1
- Allow flutterw update when placed in repo subfolder #34
v1.3.0
- Don't clear .gitmodules when calling
flutter channel
without a channel #26
- Move echos to
stderr
, so that the output of stdout
is not changed for scripts consuming it #24
- Don't error
flutter upgrade
when pubspec.lock
doesn't exist #28
- The tests are now faster and run on CI! This gives me personally confidence to change things without breaking your project
v1.2.0
- 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
v1.1.2
- Always switch to defined channel to fix
./flutterw upgrade
#19
- Escape all git arguments
v1.1.1
- Escape arguments in post flutterw section 7701728
- Fix
./flutterw upgrade
when branch (stable
) is not fetched ba57299
v1.1.0
./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
.
v1.0.3
- Fix submodule matching in install script 605854d
1.0.1
- Fix
.flutter
submodule existence check, allow other submodules containing flutter
as name #7
1.0.0
Uses flutters stable
branch as default channel