From 47dffaf448201583640a34beb3879d9869727582 Mon Sep 17 00:00:00 2001 From: Erick Date: Mon, 27 Nov 2023 09:12:00 -0300 Subject: [PATCH] fix: Removing spine flutter overriding --- examples/pubspec.yaml | 6 ------ packages/flame_spine/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/pubspec.yaml b/examples/pubspec.yaml index 3aaf7fcc309..fa5c8aff7a6 100644 --- a/examples/pubspec.yaml +++ b/examples/pubspec.yaml @@ -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 diff --git a/packages/flame_spine/pubspec.yaml b/packages/flame_spine/pubspec.yaml index f199cb085f7..c836111ca26 100644 --- a/packages/flame_spine/pubspec.yaml +++ b/packages/flame_spine/pubspec.yaml @@ -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