Skip to content

Commit

Permalink
Update flame sample and add .vscode to .gitignore (#2863)
Browse files Browse the repository at this point in the history
Fixes: #2862

---------

Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
osaxma and parlough authored Feb 22, 2024
1 parent 23b85fe commit 8dfbba4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ build/
# Python generated files
*.pyc

# IDE configuration
.idea/
.vscode/
2 changes: 1 addition & 1 deletion pkgs/samples/lib/brick_breaker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class BrickBreaker extends FlameGame

@override
KeyEventResult onKeyEvent(
RawKeyEvent event, // ignore: deprecated_member_use
KeyEvent event,
Set<LogicalKeyboardKey> keysPressed,
) {
super.onKeyEvent(event, keysPressed);
Expand Down
2 changes: 1 addition & 1 deletion pkgs/samples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.3.0

dependencies:
flame: ^1.15.0
flame: ^1.16.0
flutter:
sdk: flutter
flutter_markdown: ^0.6.19
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sketch_pad/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dfbba4

Please sign in to comment.