/flutter_terminal

Terminal Simulation WebApp

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

flutter_terminal

A Geeky WebApp simulating a terminal for entertainment purposes. Desktop / Mobile ready.

Maybe even for serious things? Who knows...

Screenshot

Setup

Customize the terminal by searching for TODO's in the code. Implement terminal commands in main_page.dart by changing _handleCommand(). By calling methods on TerminalController you can request terminal input during command handling. See the methods initial implementation for example usage.

Run

$ flutter run -d chrome

Build

$ flutter build web