Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
shirvanie committed Jun 28, 2023
1 parent 20246f4 commit 70a1ff9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 70a1ff9

Please sign in to comment.