hackslash-nitp / cura

An application, made with Flutter, that acts as a platform for the charity institutions (old-age-homes, orphanages) to connect with the people
7 stars 14 forks source link

Added Named Routing #55

Closed Devank-Sachdeva closed 1 year ago

Devank-Sachdeva commented 1 year ago

Added all the routing stuff to a new file RouteGenerator.dart to not make main.dart messy also added a file called StringScreenArguments.dart which is used in sending Multiple arguments on pushNamed routes.

All the route names are specified in the class itself with a routename property (which makes changing them easier by changing routename at only one place)