From bd9b5e6c66597869d01d9c5c04c7ebf7d2c97596 Mon Sep 17 00:00:00 2001 From: Hannes Winkler Date: Mon, 13 Jan 2025 14:58:21 +0100 Subject: [PATCH] release: version 3.27 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3daaef1..1775cb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: flutterpi_tool description: A tool to make development & distribution of flutter-pi apps easier. -version: 0.5.4 +version: 0.6.0 repository: https://github.com/ardera/flutterpi_tool environment: sdk: ^3.0.5 - flutter: ">=3.22.0" + flutter: ">=3.27.0" executables: # TODO(ardera): Maybe add an alias `flutterpi-tool` here? @@ -20,7 +20,7 @@ dependencies: file: ">=6.1.4 <8.0.0" path: ^1.8.3 args: ^2.4.0 - http: ^0.13.6 + http: ^1.0.0 meta: ^1.10.0 process: ^5.0.0 unified_analytics: ">=5.8.0 <7.0.0"