Skip to content

Commit

Permalink
fix: Removing spine flutter overriding (#2877)
Browse files Browse the repository at this point in the history
`spine_flutter` got a new release recently, which fix the issue that the
dependency overriding was handling, so this PR removes the dependency
override and updates the package.
  • Loading branch information
erickzanardo committed Nov 27, 2023
1 parent f42d0e7 commit f4ff311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions examples/pubspec.yaml
Expand Up @@ -33,12 +33,6 @@ dev_dependencies:
flame_lint: ^1.1.1
test: any

dependency_overrides:
# https://github.com/EsotericSoftware/spine-runtimes/issues/2420
raw_image_provider:
git:
url: https://github.com/erickzanardo/flutter_raw_image_provider.git

flutter:
uses-material-design: true

Expand Down
2 changes: 1 addition & 1 deletion packages/flame_spine/pubspec.yaml
Expand Up @@ -16,7 +16,7 @@ dependencies:
flame: ^1.10.1
flutter:
sdk: flutter
spine_flutter: ^4.2.17
spine_flutter: ^4.2.18

dev_dependencies:
flame_lint: ^1.1.1
Expand Down

0 comments on commit f4ff311

Please sign in to comment.