-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Terms
- I have searched open and closed feature requests
- I agree to follow BunkMate's Code of Conduct
Description
Currently the routing is done directly through classes. Directly using classes can lead to tightly coupled code. Changes in class names or structures can require significant modifications to your routing logic. Using paths for routing provides more flexibility and better maintainability. You define routes using clear and concise strings (e.g., /home, /profile, /product/:id) making code more readable, easier to understand, and less prone to errors.
Contribution
I would like to add Getx router for the routing purpose. Would you like to assign me this issue for SWOC?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request