mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
docs: Update Flutter version in Bare Flame game tutorial (#2815)
Update the output of flutter doctor and the contents of pubspec.yaml to reflect 2023.
This commit is contained in:
1
.github/.cspell/dart_dictionary.txt
vendored
1
.github/.cspell/dart_dictionary.txt
vendored
@ -6,3 +6,4 @@ dartdocs # plural of dartdoc
|
|||||||
endtemplate # Use @endtemplate to close a @template block in dartdoc
|
endtemplate # Use @endtemplate to close a @template block in dartdoc
|
||||||
pubspec # dependency and configuration file of every Dart project
|
pubspec # dependency and configuration file of every Dart project
|
||||||
typedefs # plural of typedef
|
typedefs # plural of typedef
|
||||||
|
intelli # JetBrain's IDE
|
||||||
|
|||||||
@ -15,13 +15,18 @@ line:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ flutter doctor
|
$ flutter doctor
|
||||||
[✓] Flutter (Channel stable, 2.10.0, on macOS 12.3.1 21E258 darwin-x64, locale en)
|
Doctor summary (to see all details, run flutter doctor -v):
|
||||||
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
|
[✓] Flutter (Channel stable, 3.13.7, on macOS 13.6 22G120 darwin-arm64, locale en)
|
||||||
[✓] Xcode - develop for iOS and macOS (Xcode 13.1)
|
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
|
||||||
|
[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
|
||||||
[✓] Chrome - develop for the web
|
[✓] Chrome - develop for the web
|
||||||
[✓] Android Studio (version 2020.3)
|
[✓] Android Studio (version 2021.2)
|
||||||
[✓] Connected device (1 available)
|
[✓] IntelliJ IDEA Community Edition (version 2022.2.2)
|
||||||
[✓] HTTP Host Availability
|
[✓] VS Code (version 1.83.0)
|
||||||
|
[✓] Connected device (2 available)
|
||||||
|
[✓] Network resources
|
||||||
|
|
||||||
|
• No issues found!
|
||||||
```
|
```
|
||||||
|
|
||||||
Your output will be slightly different, but the important thing is to verify that no errors are
|
Your output will be slightly different, but the important thing is to verify that no errors are
|
||||||
@ -96,8 +101,8 @@ version: 0.0.0
|
|||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^2.16.0
|
sdk: ^3.0.0
|
||||||
flutter: ^2.10.0
|
flutter: ^3.13.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|||||||
Reference in New Issue
Block a user