A Geeky WebApp simulating a terminal for entertainment purposes. Desktop / Mobile ready.
Maybe even for serious things? Who knows...
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.
$ flutter run -d chrome
$ flutter build web