Skip to content

ShivaShirsath/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

Create Project

flutter create 

Configure Project

flutter config

Single Platform

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published