Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.7.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [0.7.3](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.2...v0.7.3) (2025-12-22)


### Bug Fixes

* **android:** fix android system pop gesture bug ([#20](https://github.com/melvspace/draggable_route_flutter/issues/20)) ([227c024](https://github.com/melvspace/draggable_route_flutter/commit/227c0243ae065bbdcbcd1bbdc85c8f9391d3e711))

## [0.7.2](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.1...v0.7.2) (2025-09-25)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/rIIh/draggable_route_flutter
issue_tracker: https://github.com/rIIh/draggable_route_flutter/issues

description: "Draggable Hero route. Inspired by Instagram route transitions. Open route from source widget and closes to source widget. Can be closed by drag"
version: 0.7.2
version: 0.7.3

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down