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

Add "Reviver" functionality. #680

Open
Nexushunter opened this issue Sep 24, 2023 · 0 comments
Open

Add "Reviver" functionality. #680

Nexushunter opened this issue Sep 24, 2023 · 0 comments

Comments

@Nexushunter
Copy link

Nexushunter commented Sep 24, 2023

It would be nicer as a builder library to allow for users to extend our classes and allow them to leverage our builder while not adding the user's custom logic into our builder. This means that we would need the ability to store ConstantReaders and DartObject?s within memory.

We have all the needed functionality currently with the dart:mirrors library (which currently has usage by the TypeChecker). This could be listed as an unstable functionality (as dart:mirrors is listed as unstable) until a new direction is found (be that metaprogramming etc). This would give builder package maintainers the ability to make some of our functionality more flexible, while not adding to the maintainers burden.

An example of what this would look like is available in #679.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant