NATIVE MOBILE APPLICATION DEVELOPMENT WITH FLUTTER: Linux Terminal
I’ve built an application using Flutter framework to connect with Linux host over API and run commands. This app is also integrated with the Firestore database (Google Cloud Platform/noSQL). After running a command it will fetch the output and store it in Firestore Database.
Linux tends to contain the best suite of low-level tools like sed, grep, awk piping, and so on. Tools like these are used by programmers to create things like command-line tools, etc. Many programmers who prefer Linux over other operating systems love its versatility, power, security, and speed and the idea of having all of these in an app motivated me to write this article.
A lil bit about Flutter:
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia and the web from a single codebase.
An application programming interface (API) is a computing interface which defines interactions between multiple software intermediaries.
The programming language used is Dart and the IDE used is VS Code.
Here is my GitHub URL -
Video Demo -