flutter_wrapper icon indicating copy to clipboard operation
flutter_wrapper copied to clipboard

Add a flutterw command to install in another directory

Open dalewking opened this issue 5 years ago • 3 comments

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 the shell command to install it in the new project. Since I already have it installed in another project it would be nice to be able to leverage that existing install to install in another directory using an easy to remember command.

My thought was going to the existing project directory and being able to say something like:

./flutterw install /path/to/new/project

dalewking avatar Dec 12 '19 00:12 dalewking

@dalewking have you ever used this with windows? hope you are enjoying flutter

neiljaywarner avatar May 26 '22 22:05 neiljaywarner

Well I apologize for asking here. Please consider removing the comment as a kindness to passy or perhaps rephrase remind as a bit report and or feature request but anyway I like it except for missing window s support for those unlucky folks. Nice running into you though

neiljaywarner avatar May 29 '22 15:05 neiljaywarner

What I ended up doing is adding this to my .bash_profile:

alias fwinstall='sh -c "$(curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh)'

dalewking avatar Sep 09 '22 12:09 dalewking