lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.66k stars 416 forks source link

I found a very magical bug. When I use fluro to jump, the text element of the page will be copied as red and yellow borders. #277

Closed yehoan closed 1 year ago

yehoan commented 1 year ago

image image

yehoan commented 1 year ago

image

yehoan commented 1 year ago

image At first I thought it was caused by my global configuration or some elements were not set, but I didn’t find this when I directly opened a certain route. For example, when I directly configured the class of the personal center in main.dart, everything was normal, but I used Application.router .navigateTo(context, '/', transition: TransitionType.fadeIn); It appeared again. I searched all over the tutorials and API, but I didn't find this problem. So I want to ask why this is the case

yehoan commented 1 year ago

image

lukepighetti commented 1 year ago

Wrap it in Scaffold or Material