From e3fe7aaa88a47f71999d1c4a0ac7b2f3dcd8852b Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 25 Oct 2024 16:45:44 +1100 Subject: [PATCH] chore: (flutter) (example) use dependency overrides for local thermion packages. We want to build this application for CI before releasing, so we need to be testing the packages that will be built --- examples/flutter/quickstart/pubspec.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/flutter/quickstart/pubspec.yaml b/examples/flutter/quickstart/pubspec.yaml index f01ab67f..f23d7d31 100644 --- a/examples/flutter/quickstart/pubspec.yaml +++ b/examples/flutter/quickstart/pubspec.yaml @@ -16,6 +16,16 @@ dependencies: web: 1.0.0 thermion_flutter: ^0.2.1-dev.7 +dependency_overrides: + thermion_dart: + path: ../../../thermion_dart + thermion_flutter: + path: ../../../thermion_flutter/thermion_flutter + thermion_flutter_ffi: + path: ../../../thermion_flutter/thermion_flutter_ffi + thermion_flutter_platform_interface: + path: ../../../thermion_flutter/thermion_flutter_platform_interface + dev_dependencies: flutter_test: sdk: flutter