Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md usage example to wrap all routes. #3

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

gabeschine
Copy link
Contributor

Wrapping only 'home' will show touches on the main route, but any Navigator.push() calls will
lose the touch indicators. Using the MaterialApp's 'builder' will wrap all routes, giving the desired behavior.

Wrapping only 'home' will show touches on the main route, but any Navigator.push() calls will
lose the touch indicators. Using the MaterialApp's
'builder' will wrap all routes, giving the desired behavior.
@Mardaneus86 Mardaneus86 added the documentation Improvements or additions to documentation label Oct 26, 2021
@Mardaneus86 Mardaneus86 merged commit a281038 into Mardaneus86:master Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants