From 4fe79e3b927f4b40b024e879f60b87282dd1b03c Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 17 Oct 2023 00:29:21 +1100 Subject: [PATCH] remove golden_toolkit from test dependency --- example/pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index bc7e077e..41f6602c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the polyvox_filament plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <4.0.0" + sdk: ">=3.0.0 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -29,7 +29,6 @@ dev_dependencies: integration_test: sdk: flutter flutter_lints: ^1.0.0 - golden_toolkit: ^0.15.0 crypto: image_compare: ^1.1.2