luomy

Results 5 issues of luomy

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

enhancement
ios
demo
driver
framework

to avoid unnessassary data copy # Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message....

enhancement
ios
demo
core
driver

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

bug
ios

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

framework: ios
renderer: native
module: vfs
module: ios
doc: example
size: xl
gh: workflow
build: xcode

**Describe the bug** In some cases, Get.to does not take effect because page == currentRoute. ```dart if (preventDuplicates && page == currentRoute) { return null; } ``` **Reproduction:** There is...