VS Code Flutter Preview
An extension to preview Flutter Serve in VSCode
The extension can be activated with
- Toggle Preview -
ctrl+shift+P
- Command
Flutter Preview: Android to display as Android
- Command
Flutter Preview: IOS to display as IOS
- Command
Flutter Preview: Windows to display as Windows Phone
- Command
Flutter Preview: Without frame to view without frame
Preview in IOS, Android and Windows Phone
Settings
Flutter-preview.port : Customize Port Number of your Flutter Serve. Default value is 5555 .
Flutter-preview.host : Customize Host of your Flutter Serve. Default value is localhost .
Flutter-preview.background-color : Customize the background color of the page. The default value is #FFFFFF
| |