From a0c9790334dd7f4a3b3ba36a383a0ea63355b7d0 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Wed, 22 May 2024 15:37:31 +0200 Subject: [PATCH] chore: update dependencies --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e894b..82049c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.1 +- Upgrade to flutter_platform_widgets 7 + ## 1.1.0 - Renamed `PlatformSliverAppBar` to `EnoughPlatformSliverAppBar` to avoid naming conflict with flutter_platform_widgets diff --git a/pubspec.yaml b/pubspec.yaml index 5bbbfba..a91fc73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_platform_widgets description: Useful platform aware widgets to develop a Flutter app with either Cupertino and Material design. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/Enough-Software/enough_platform_widgets topics: - cupertino @@ -16,7 +16,7 @@ dependencies: cupertino_progress_bar: ^0.2.0 flutter: sdk: flutter - flutter_platform_widgets: ^6.1.0 + flutter_platform_widgets: ^7.0.0 dev_dependencies: flutter_test: