Created a Linux Terminal App using Flutter
I have created a small application "LinuxCLI" using flutter + Firestore. This app runs all the basic commands of Linux.
Creating a Flutter project:
Open cmd and type command to create the demo flutter application.
flutter create {app name}
Opening the environment in IDE:
Creating a main.dart file:
Creating a terminal.dart file:
Creating a widget.dart file:
User Interface(UI), Working of App And Storing output on Firestore:
GitHub Repository
The Source Codes are available on my GitHub repository:
Thanks For Reading.