⇱ Flutter
⇱ Install
-
Download
github flutter-reporitory
git clone https://github.com/flutter/flutter.git -b stable
-
Install
- Set path variable
-
Additional Linux requirements
Run the following command
sudo apt install clang cmake ninja-build pkg-config libgtk-3-dev
Flutter web ぷ
flutter create flutter config- Create
flutter create [project_name] --platforms [platform]
- Configure
flutter config --enable-[platform] # eg. platforms are [ android , ios , web , linux-desktop , windows-desktop , macos-desktop ] - Run
cd [project_name]flutter run
flutter run -d web-server --web-port 8080 # [Web-Server] : http://localhost:8080