Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 454 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 454 Bytes

Flutter App

A Flutter project to E-Learning App.
Project for ADM.

Image

(click on image to see video)

Setup

Download Flutter. Run this followed commands:

# Create flutter files
flutter create .

# Start the local server at localhost:8080
flutter run

# Build for release for linux
flutter build linux --release