From c1d240639769f35f3c062a9eb686182a2b171a17 Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Wed, 10 May 2023 14:56:41 -0300 Subject: [PATCH] chore: bump version --- .github/workflows/flutter_analysis.yml | 2 +- example/pubspec.lock | 6 +++--- pubspec.lock | 4 ++-- pubspec.yaml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/flutter_analysis.yml b/.github/workflows/flutter_analysis.yml index 245ddb1af..32d38bf4a 100644 --- a/.github/workflows/flutter_analysis.yml +++ b/.github/workflows/flutter_analysis.yml @@ -21,7 +21,7 @@ jobs: run: flutter pub get - name: Check formatting - run: flutter format --set-exit-if-changed . + run: dart format --set-exit-if-changed . - name: Run analysis run: flutter analyze diff --git a/example/pubspec.lock b/example/pubspec.lock index 88074acd2..649741078 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: ".." relative: true source: path - version: "4.5.1" + version: "4.6.0" flutter: dependency: "direct main" description: flutter @@ -587,5 +587,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" - flutter: ">=3.7.0" + dart: ">=3.0.0-0 <=3.0.0" + flutter: ">=3.10.0" diff --git a/pubspec.lock b/pubspec.lock index 44e029a99..a2cef15cc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -366,5 +366,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" - flutter: ">=3.7.0" + dart: ">=3.0.0-0 <=3.0.0" + flutter: ">=3.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index c4a0d41ea..2421f8906 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: fluent_ui description: Implements Windows UI in Flutter. Based on the official documentation -version: 4.5.1 +version: 4.6.0 homepage: https://github.com/bdlukaa/fluent_ui environment: - sdk: ">=2.17.0 <3.0.0" - flutter: ">=3.7.0" + sdk: ">=2.17.0 <=3.0.0" + flutter: ">=3.10.0" dependencies: flutter: