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
- Host: GitHub
- URL: https://github.com/maksimka101/dart_repl
- Owner: Maksimka101
- Created: 2021-03-10T22:29:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T20:23:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T19:36:46.472Z (4 months ago)
- Language: Dart
- Size: 730 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dart REPL
This is a proof of concept of REPL implementation for dart
## Screenshots

## 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