From ac0f204aae2a365ee6af87546b91886c3a103fca Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Mon, 13 Feb 2023 10:49:18 +0100 Subject: [PATCH] feat: upgrade dependencies --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 99c6705..f9d7a49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,11 +4,11 @@ version: 0.0.5 homepage: https://github.com/Enough-Software/enough_html_editor environment: - sdk: '>=2.12.0 <3.0.0' - flutter: ">=1.17.0" + sdk: '>=2.18.0 <3.0.0' + flutter: ">=3.0.0" dependencies: - enough_platform_widgets: ^0.5.0 + enough_platform_widgets: ^0.7.0 flutter: sdk: flutter flutter_colorpicker: ^1.0.3