Skip to content

Commit a0c9790

Browse files
committed
chore: update dependencies
1 parent 186ee48 commit a0c9790

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.1
2+
- Upgrade to flutter_platform_widgets 7
3+
14
## 1.1.0
25
- Renamed `PlatformSliverAppBar` to `EnoughPlatformSliverAppBar` to avoid naming conflict with flutter_platform_widgets
36

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: enough_platform_widgets
22
description: Useful platform aware widgets to develop a Flutter app with either Cupertino and Material design.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://github.com/Enough-Software/enough_platform_widgets
55
topics:
66
- cupertino
@@ -16,7 +16,7 @@ dependencies:
1616
cupertino_progress_bar: ^0.2.0
1717
flutter:
1818
sdk: flutter
19-
flutter_platform_widgets: ^6.1.0
19+
flutter_platform_widgets: ^7.0.0
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)