From be61d5e5ca089b82f8016d5dceb29958b6816a8e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 7 Mar 2025 14:53:38 +0800 Subject: [PATCH] move image from dev to package dependency --- thermion_dart/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index b268f0cb..bbce7907 100644 --- a/thermion_dart/pubspec.yaml +++ b/thermion_dart/pubspec.yaml @@ -19,12 +19,12 @@ dependencies: logging: ^1.2.0 http: ^1.2.2 path: ^1.9.0 + image: ^4.3.0 dev_dependencies: ffigen: ^13.0.0 objective_c: ^1.1.0 - test: - image: + test: path: mockito: ^5.0.0 build_runner: ^2.0.0