From d61250da565ef8e080e8e8a458fd15c5812c6f9a Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Mon, 15 Jul 2024 13:09:49 +0100 Subject: [PATCH] Fixed dependency versions --- example/pubspec.yaml | 2 +- pubspec.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1b55af04..7fae26a3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: auto_size_text: ^3.0.0 badges: ^3.1.2 better_open_file: ^3.6.5 - collection: ^1.19.0 + collection: ^1.18.0 dart_earcut: ^1.1.0 file_picker: ^8.0.6 flutter: diff --git a/pubspec.yaml b/pubspec.yaml index 70fc4c4d..c64da46d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,9 +28,8 @@ environment: dependencies: async: ^2.11.0 - collection: ^1.18.0 + collection: 1.18.0 dart_earcut: ^1.1.0 - #flat_buffers: ^23.5.26 flutter: sdk: flutter flutter_map: ^7.0.0