Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 339 Bytes

flutter_cross_platform

A Flutter template for new cross-platform project

Getting Started

Make sure you are in master channel

flutter channel master

flutter upgrade

Run on Web

flutter run -d <web_device_id>

Run on MacOS

flutter run -d <macos_device_id>

Run on Mobile

flutter run -d <mobile_device_id>