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

fix the type of handleFunc in README #253

Open Guo-Zhang opened 2 years ago

Guo-Zhang commented 2 years ago

Hi! I find some outdated description for the type of handleFunc. I have made a commit to my fork:

https://github.com/quanttide/fluro/commit/9583ac6934a26b330a43cfca2e06baaa60fc8b34

I am happy to make a PR or help on improving more on the doc.