Skip to content
New issue

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

Bump flame_bloc from 1.10.3 to 1.10.4 #43

Merged
merged 1 commit into from
Oct 30, 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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@ packages:
dependency: "direct main"
description:
name: flame
sha256: f1ed45b49db36f6650882900f3216516d5c2628400bad8b4e92d83c116d79b12
sha256: "042533edc7ded96c2a439b2eae1a905f2611447d0d106b33686b841371c8d8c5"
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
flame_bloc:
dependency: "direct main"
description:
name: flame_bloc
sha256: "6377bde1507c32e00ccab66d4e2c67ad8a28fbb6433c41f30aff42b1d3dfdcdd"
sha256: b593d3661cfb32acff2a699b0f559cca6e6fbe0e6dba95030c880f293d2eba60
url: "https://pub.dev"
source: hosted
version: "1.10.3"
version: "1.10.4"
flame_svg:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
bloc: ^8.1.0
equatable: ^2.0.5
flame: ^1.9.1
flame_bloc: ^1.10.3
flame_bloc: ^1.10.4
flame_svg: ^1.7.3
flutter:
sdk: flutter
Expand Down
Loading