From 7838e85f7dbc78645f9e38f09da79ce3409f65ec Mon Sep 17 00:00:00 2001 From: rainy liu Date: Fri, 30 Aug 2024 10:54:55 +0800 Subject: [PATCH] add flutter in pubspec.yaml --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 214dbeb9..d0aa37c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,8 +5,11 @@ homepage: https://github.com/rainyl/opencv_dart environment: sdk: ">=3.3.0 <4.0.0" + flutter: ">=3.0.0" dependencies: + flutter: + sdk: flutter ffi: ^2.1.3 path: ^1.9.0 args: ^2.5.0