We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186ee48 commit a0c9790Copy full SHA for a0c9790
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.1.1
2
+- Upgrade to flutter_platform_widgets 7
3
+
4
## 1.1.0
5
- Renamed `PlatformSliverAppBar` to `EnoughPlatformSliverAppBar` to avoid naming conflict with flutter_platform_widgets
6
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:
16
cupertino_progress_bar: ^0.2.0
17
flutter:
18
sdk: flutter
19
- flutter_platform_widgets: ^6.1.0
+ flutter_platform_widgets: ^7.0.0
20
21
dev_dependencies:
22
flutter_test:
0 commit comments