From 9aa860359f140b9c9b2160885f496e7d737e771f Mon Sep 17 00:00:00 2001 From: ethicnology Date: Thu, 9 Jan 2025 11:39:02 -0500 Subject: [PATCH] fix: Your dependency on "flutter_rust_bridge" should allow more than one version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 22647df..349206c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.2 ffi: ^2.0.1 - flutter_rust_bridge: 2.0.0 + flutter_rust_bridge: ^2.0.0 meta: ^1.8.0 uuid: ^4.1.0 dio: ^5.4.0