Created a Linux Terminal App using Flutter

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:

No alt text provided for this image

Creating a main.dart file:

No alt text provided for this image

Creating a terminal.dart file:

No alt text provided for this image

Creating a widget.dart file:

No alt text provided for this image

User Interface(UI), Working of App And Storing output on Firestore:

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

GitHub Repository

The Source Codes are available on my GitHub repository:

Thanks For Reading.

To view or add a comment, sign in

Explore content categories