The Flutter application provides a web interface for managing Typewriter projects.
On Linux install Flutter once by running:
./install_flutter_linux.shRun this script before executing any Flutter commands.
It adds ~/development/flutter/bin to your PATH, so open a new shell or run
source ~/.bashrc after installation.
Install dependencies and build the web app:
flutter pub get
flutter build webRun tests with:
flutter testFollow standard Dart formatting using flutter format and keep files under 300 lines where possible.