-
-
Notifications
You must be signed in to change notification settings - Fork 205
Impossible to run in dart? #408
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
Comments
[√] Flutter (Channel stable, 1.20.1, on Microsoft Windows [Version 10.0.19041.388], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) [√] Android Studio (version 4.0) [√] VS Code, 64-bit edition (version 1.47.3) and when I run flutter pub get it gets the package but when i run: |
I have created a fork that might help you. |
We aim to fully support dart in version 1.0.28. |
parse_server_sdk 2.0.0 supports dart. Please file an issue if you encounter bugs. |
I went through the pain of setting up a parse server over the weekend and was just trying to do my first calls. But it seems like you can't use this package with dart? Trying to build a simple dart CLI app. I am running a fresh install.
.
[test_parsie] pub get
Resolving dependencies...
Because every version of parse_server_sdk depends on flutter any from sdk which is forbidden, parse_server_sdk is forbidden.
So, because test_parsie depends on parse_server_sdk ^1.0.26, version solving failed.
Flutter users should run
flutter pub get
instead ofpub get
.exit code 69
The text was updated successfully, but these errors were encountered: