From 70a1ff95ff43d19c70e69f2530ac22b88aed92dd Mon Sep 17 00:00:00 2001 From: Hamed Shirvani Date: Wed, 28 Jun 2023 05:35:47 +0330 Subject: [PATCH] Update example --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7f331..ab8b052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## [1.0.4] - 28 June, 2023 +- Update example + + ## [1.0.3] - 28 June, 2023 - Add `action` widget list to `BackdropAppBar` - Remove the `icon` widget from `SearchBox` diff --git a/README.md b/README.md index 4c57b09..1ca91c7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Add *flutter_sliding_box* as a dependency in your `pubspec.yaml` file: ```yaml dependencies: - flutter_sliding_box: ^1.0.3 + flutter_sliding_box: ^1.0.4 ``` import the plugin package to your dart code diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5c127a7..567bb53 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.2 - flutter_sliding_box: ^1.0.3 + flutter_sliding_box: ^1.0.4 flutter_map: ^4.0.0 latlong2: ^0.8.0 diff --git a/pubspec.yaml b/pubspec.yaml index 0a3c185..630915a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_sliding_box -version: 1.0.3 +version: 1.0.4 repository: https://github.com/shirvanie/flutter_sliding_box/tree/master/ issue_tracker: https://github.com/shirvanie/flutter_sliding_box/issues homepage: https://github.com/shirvanie/flutter_sliding_box