Skip to content

Commit 2fdddb0

Browse files
committed
chore(main): release 0.7.3
1 parent 227c024 commit 2fdddb0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.2"
2+
".": "0.7.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.7.3](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.2...v0.7.3) (2025-12-22)
5+
6+
7+
### Bug Fixes
8+
9+
* **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))
10+
411
## [0.7.2](https://github.com/melvspace/draggable_route_flutter/compare/v0.7.1...v0.7.2) (2025-09-25)
512

613

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/rIIh/draggable_route_flutter
44
issue_tracker: https://github.com/rIIh/draggable_route_flutter/issues
55

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

99
environment:
1010
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)