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

Using code generator to circumvent the lack of reflection #4

Open
mikhail-poda opened this issue Dec 4, 2022 · 0 comments
Open

Using code generator to circumvent the lack of reflection #4

mikhail-poda opened this issue Dec 4, 2022 · 0 comments

Comments

@mikhail-poda
Copy link

mikhail-poda commented Dec 4, 2022

I have used .NET PRISM for the last 10 years and I love it. The Flutter ecosystem seems to be still in the beginnings regarding software architecture frameworks for loosely coupled applications. Sadly PRISM, as it is in C#, can not be ported to Flutter because of the lack of reflection in Dart required to implement inversion of control design pattern. Do you think the use of Dart code generator to create "glue code" on place of reflection in C# could circumvent this problem in particular case when the signatures are known at compile time?

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