Last updated:
0 purchases
open in editor
Quickly open a Flutter project in the requested editor for native code development
NOTE #
This tool is currently not supported on Windows
Features #
Correctly open Flutter projects and plugins in Android Studio or Xcode
This ensures that code analysis works, facilitating native development
Much quicker than opening the project manually
Installation #
$ dart pub global activate open_in_editor
copied to clipboard
Usage #
$ oie [editor] [path]
copied to clipboard
Supported editors
Alias
Editor
as
Android Studio
asp
Android Studio Preview
xc
Xcode
xcb
Xcode Beta
Path is the path to the flutter project folder. If path is not provided, the current directory will be used.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.