Skip to content

Commit

Permalink
docs: Update Flutter version in Bare Flame game tutorial (#2815)
Browse files Browse the repository at this point in the history
Update the output of flutter doctor and the contents of pubspec.yaml to reflect 2023.
  • Loading branch information
domesticmouse authored Oct 12, 2023
1 parent 313411c commit 09511c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dartdocs # plural of dartdoc
endtemplate # Use @endtemplate to close a @template block in dartdoc
pubspec # dependency and configuration file of every Dart project
typedefs # plural of typedef
intelli # JetBrain's IDE
21 changes: 13 additions & 8 deletions doc/tutorials/bare_flame_game.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ line:

```shell
$ flutter doctor
[✓] Flutter (Channel stable, 2.10.0, on macOS 12.3.1 21E258 darwin-x64, locale en)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.1)
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.7, on macOS 13.6 22G120 darwin-arm64, locale en)
[✓] 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
[✓] Android Studio (version 2020.3)
[✓] Connected device (1 available)
[✓] HTTP Host Availability
[✓] Android Studio (version 2021.2)
[✓] IntelliJ IDEA Community Edition (version 2022.2.2)
[✓] 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
Expand Down Expand Up @@ -96,8 +101,8 @@ version: 0.0.0
publish_to: none

environment:
sdk: ^2.16.0
flutter: ^2.10.0
sdk: ^3.0.0
flutter: ^3.13.0

dependencies:
flutter:
Expand Down

0 comments on commit 09511c2

Please sign in to comment.