Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed May 22, 2024
1 parent 186ee48 commit a0c9790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit a0c9790

Please sign in to comment.