Skip to content

Routing using getx pathnames #47

@tanay4768

Description

@tanay4768

Terms

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions