Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

feat: update to flame 1.10 #129

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/very_good_flame_game/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
PODS:
- audioplayers_darwin (0.0.1):
- Flutter
- Flutter (1.0.0)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- audioplayers_darwin (from `.symlinks/plugins/audioplayers_darwin/ios`)
- Flutter (from `Flutter`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)

EXTERNAL SOURCES:
audioplayers_darwin:
:path: ".symlinks/plugins/audioplayers_darwin/ios"
Flutter:
:path: Flutter
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"

SPEC CHECKSUMS:
audioplayers_darwin: 877d9a4d06331c5c374595e46e16453ac7eafa40
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.11.3
alestiago marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion src/very_good_flame_game/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367

COCOAPODS: 1.12.1
COCOAPODS: 1.11.3
14 changes: 7 additions & 7 deletions src/very_good_flame_game/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
audioplayers: ^5.0.0
audioplayers: ^5.2.0
bloc: ^8.1.2
equatable: ^2.0.5
flame: 1.8.2
flame_audio: ^2.0.5
flame_behaviors: ^0.2.0
flame: ^1.10.1
flame_audio: ^2.1.3
flame_behaviors: ^1.0.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
flutter_localizations:
sdk: flutter
google_fonts: ^6.0.0
intl: ^0.18.0
mockingjay: ^0.4.0

dev_dependencies:
bloc_test: ^9.1.4
flame_test: ^1.12.1
bloc_test: ^9.1.5
flame_test: ^1.14.0
flutter_test:
sdk: flutter
mockingjay: ^0.4.0
mocktail: ^1.0.0
very_good_analysis: ^5.1.0

Expand Down