Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create inheritable parents for specific elements to optimize code #43

Open
codingiswhyicry opened this issue Mar 31, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@codingiswhyicry
Copy link
Contributor

This is for down the line, but to me it seems to make more sense to have one parent class: E.G: AureusLabel, AureusButton, AureusView, AureusCard, etc and have the children inherit from there.

Each one is currently a custom Stateless Widget, and I think as we scale it might be better for everyone to build these parent classes and to standardize all of that code like we do with the BaseBackingDecoration class that covers implementation, and use the subclasses to handle the actual details of it.

Another for the roadmap :-)

@codingiswhyicry codingiswhyicry added the enhancement New feature or request label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant