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.67k stars 417 forks source link

Added allow null to handler example for build context. #243

Open RemcoSchrijver opened 3 years ago

RemcoSchrijver commented 3 years ago

As seen in issue 240 the example misses the allow null operator for the buildcontext parameter creating some confusion.