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

Trying tutorial on Android Studio with actual versions #148

Open
tbecker opened this issue Nov 21, 2021 · 0 comments
Open

Trying tutorial on Android Studio with actual versions #148

tbecker opened this issue Nov 21, 2021 · 0 comments

Comments

@tbecker
Copy link

tbecker commented Nov 21, 2021

The pubspec.yaml was changed to this versions to work:
name: hello_dart
version: 0.3.3
description: A visual and playful introduction to programming with the Dart language.
homepage: https://code.makery.ch/library/hello-dart/
documentation: https://github.com/marcojakob/hello-dart
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
collection: ^1.14.12
stagexl: ^2.0.0
string_scanner: ^1.0.5
meta: ^1.6.0

dev_dependencies:
build_runner: ^1.9.0

stagexl needed to be updated, as some analyzer and meta version clashed. meta is now at 1.7.2 for me, which seems to work

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

1 participant