dart_interactive

REPL (interactive shell) for Dart, supporting 3rd party packages, hot reload, and full grammar

MIT License

Stars
217
Committers
8

Bot releases are hidden (Show)

dart_interactive - v1.4.0 Latest Release

Published by fzyzcjy 4 months ago

  • Improve output messages (remove some InstanceRef things) #97
dart_interactive - v1.3.0

Published by fzyzcjy about 1 year ago

  • Fix some packages imports and fix windows hot reload problems #89 (thanks @davidmartos96)
  • Fix dart analyze #90 (thanks @davidmartos96)
dart_interactive - v1.2.1

Published by fzyzcjy almost 2 years ago

  • Pin dependency so that package works again #60 (thanks @arcanemachine)
dart_interactive - v1.2.0

Published by fzyzcjy almost 2 years ago

  • Ensure VM service binds to an unused TCP port #55 (thanks @sebthom)
dart_interactive - v1.1.0

Published by fzyzcjy almost 2 years ago

  • Fix calling undefined getter on self defined class instance yields global variable #51
  • Fix typing the name of a variable / function will now print its value instead of nothing #48 (partially thanks @Keithcat1)
  • Provide a convenient way to exit #52
dart_interactive - v1.0.1

Published by fzyzcjy almost 2 years ago

  • Minor update
dart_interactive - v1.0.0

Published by fzyzcjy almost 2 years ago

  • Initial release