flutter_wrapper
flutter_wrapper copied to clipboard
Flutter execution wrapper which keeps the flutter version in sync for each project
This is an awesome solution but the biggest challenge is onboarding/communication, especially with Intellij/Android studio users. Please consider a good way to a) Push the flutterw usage to repo or...
Been using flutter wrapper in multiple projects and when starting a new project it is a bit of an inconvenience to have to go to the project page to find...
Hi, it would be useful to have `flutterw.bat` for Windows platform. Essentially it can be a batch porting of the shell version.
I'm trying to upgrade to flutter 3.3.0 using the specified command: sh -c "curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh" | bash /dev/stdin -t v3.3.0 But that gives an error with the following output:...