Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
02689ff
- Adds `GoRouter.goRelative`
ThangVuNguyenViet May 29, 2024
e8ac4ee
add go_relative example for go_router
ThangVuNguyenViet May 29, 2024
c42151c
add go_relative_test for the example
ThangVuNguyenViet May 29, 2024
022db98
fix failed test
ThangVuNguyenViet May 29, 2024
812498e
replace goRelative with go('./$path')
ThangVuNguyenViet Jun 19, 2024
07b63ad
Commit missing files during merge
ThangVuNguyenViet Jun 19, 2024
c025d86
update changelog & version
ThangVuNguyenViet Jun 19, 2024
3fb6463
Prevent concatenateUris from adding trailing redundant '?'. Add test …
ThangVuNguyenViet Jun 19, 2024
205d096
Add more `concatenateUris` test. Fix joining params
ThangVuNguyenViet Jun 19, 2024
8e4db8e
update example description
ThangVuNguyenViet Jul 10, 2024
0ead0af
Make concatenateUris not merging parameters, only take them from chil…
ThangVuNguyenViet Jul 19, 2024
9407200
Refactor example & its test
ThangVuNguyenViet Jul 19, 2024
6830539
Remove TypedRelativeGoRoute
ThangVuNguyenViet Sep 6, 2024
43eb497
Add missing import
ThangVuNguyenViet Sep 6, 2024
2dd80d9
add fragment test to concatenateUris
ThangVuNguyenViet Sep 24, 2024
3071a53
Merge branch 'main' into go_router/go-relative
ThangVuNguyenViet Sep 24, 2024
4dba574
Merge branch 'main' of github.com:flutter/packages into go_router/go-…
ThangVuNguyenViet Nov 3, 2024
fb61d97
Merge branch 'main' into go_router/go-relative
ThangVuNguyenViet Nov 7, 2024
d1ebfeb
bump version to 14.4.2 in pubspec.yaml
ThangVuNguyenViet Nov 8, 2024
c246bc3
Merge branch 'main' into go_router/go-relative
chunhtai Nov 13, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:flutter/packages into go_router/go-…
…relative
  • Loading branch information
ThangVuNguyenViet committed Nov 3, 2024
commit 4dba57473c26004335ad0061c37e0ddc8a55b21d
14 changes: 13 additions & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## 14.2.8
## 14.3.1

- Allows going to a path relatively by prefixing `./`

## 14.3.0

- Added missing implementation for the routerNeglect parameter in GoRouter.

## 14.2.9

- Relaxes route path requirements. Both root and child routes can now start with or without '/'.

## 14.2.8

- Updated custom_stateful_shell_route example to better support swiping in TabView as well as demonstration of the use of PageView.

## 14.2.7

- Fixes issue so that the parseRouteInformationWithContext can handle non-http Uris.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.