An open API service indexing awesome lists of open source software.

https://github.com/maksimka101/dart_repl

Dart REPL editor
https://github.com/maksimka101/dart_repl

Last synced: 2 months ago
JSON representation

Dart REPL editor

Awesome Lists containing this project

README

        

# Dart REPL

This is a proof of concept of REPL implementation for dart

## Screenshots

![Editor screen](https://github.com/Maksimka101/dart_repl/blob/master/assets/screenshots/mac_os/editor.png?raw=true)

## Features
- Colored code editor
- Ability to run dart command line app
- Ability to communicate with running app wia stdin/stdout
- Shortcuts:
- run with `command + r`
- copy whole line with `command + c` without selection
- delete whole line with `command + x` without selection
- undo with `command + z`
- jump to the next line `shift + return`
- reformat code with `command + option + l`

## Roadmap
- Better code editor
- Keyboard shortcuts
- Refactor
- Suggestions
- Settings
- Flutter mode