From cc3020c26875127b347d4f36bd074f07ab797681 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 21 Jun 2024 11:15:08 +0800 Subject: [PATCH] remove dependency_overrides --- examples/flutter/example/pubspec.yaml | 3 +-- examples/flutter/quickstart/pubspec.yaml | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/flutter/example/pubspec.yaml b/examples/flutter/example/pubspec.yaml index 1985ba79..218dc262 100644 --- a/examples/flutter/example/pubspec.yaml +++ b/examples/flutter/example/pubspec.yaml @@ -13,7 +13,6 @@ dependencies: sdk: flutter path_provider: thermion_flutter: - path: ../../../thermion_flutter/thermion_flutter cupertino_icons: ^1.0.2 web: @@ -36,4 +35,4 @@ flutter: - assets/BusterDrone/ - assets/BusterDrone/textures/ - assets/FlightHelmet/ - \ No newline at end of file + diff --git a/examples/flutter/quickstart/pubspec.yaml b/examples/flutter/quickstart/pubspec.yaml index 0f35e5bb..a0db16e2 100644 --- a/examples/flutter/quickstart/pubspec.yaml +++ b/examples/flutter/quickstart/pubspec.yaml @@ -30,11 +30,7 @@ environment: dependencies: flutter: sdk: flutter - thermion_flutter: - path: ../../../thermion_flutter/thermion_flutter - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. + thermion_flutter: cupertino_icons: ^1.0.8 vector_math: ^2.1.4