We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Console application execution
$ dart run bin/main.dart
lib/src/stage_state.dartの import 'package:flame/components.dart' の依存(Dart library 'dart:ui')により、コンソールから実行できなくなっているので実行できるように、依存をなくす。
import 'package:flame/components.dart'
こちら使用。 https://pub.dev/packages/dart_console
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Separation of interest so that it can be completely executed in a console app as well.
Console application execution
lib/src/stage_state.dartの
import 'package:flame/components.dart'
の依存(Dart library 'dart:ui')により、コンソールから実行できなくなっているので実行できるように、依存をなくす。こちら使用。
https://pub.dev/packages/dart_console
The text was updated successfully, but these errors were encountered: