Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart 2.1 #5

Open
amadeu01 opened this issue Dec 20, 2018 · 8 comments
Open

Dart 2.1 #5

amadeu01 opened this issue Dec 20, 2018 · 8 comments
Assignees

Comments

@amadeu01
Copy link

I tried to install dart_repl and I got:

Resolving dependencies...
The current Dart SDK version is 2.1.0.

Because pub global activate depends on dart_repl any which requires SDK version >=1.0.0 <2.0.0, version solving
  failed.

Is there any chance of support Dart 2.1 ?

@zhaohansprt
Copy link

Is there any chance of support Dart 2.2 ?

@ThinkDigitalSoftware
Copy link

I think this is abandoned. I forked it to make a few updates and I don't think I got it working.

@venkatd
Copy link

venkatd commented Aug 1, 2019

@ThinkDigitalSoftware are there any working REPL solutions out there currently?

@ThinkDigitalSoftware
Copy link

I haven't seen any.

@liudonghua123
Copy link

I have the same issue.

> flutter pub global activate dart_repl
Resolving dependencies...
The current Dart SDK version is 2.7.0.

Because pub global activate depends on dart_repl any which requires SDK version >=1.0.0 <2.0.0, version solving failed.
pub finished with exit code 1

> 

@maks
Copy link

maks commented Jan 12, 2021

I've made a Gist with basic working repl based on the great work of this package and others, but updated to work with the vm_service package and current version of Dart: sdk: ">=2.10.0 <3.0.0"

https://gist.github.com/maks/4643e49b5afb86459fc75047a8578556

It's only a very minimal implementation as I only need basic expression handling for the project that I wrote this for but hopefully the Gist might help those who would like to update this package to work with current version of Dart and vm service.

@Marflage
Copy link

Any luck with Dart >=2.3.1 <3.0.0?

@BlackHC BlackHC pinned this issue Nov 16, 2021
@fzyzcjy
Copy link

fzyzcjy commented Oct 23, 2022

https://github.com/fzyzcjy/dart_interactive (REPL (interactive shell) for Dart, supporting 3rd party packages, hot reload, and full grammar) supports latest Dart version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants