A Flutter project to E-Learning App.
Project for ADM.
(click on image to see video)
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