Replies: 1 comment
-
Thanks for the feedback. Since this project does aim to eventually cover all flutter classes, importing flutter is done to reduce the amount of changes developers will have to make to their code. Additionally I have limited bandwidth to work on this project and I do not feel that creating a complete copy of all the Flutter classes as interfaces for devs to import is a good use of my time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The examples suggest that we import material in the dynamically evaluated code, yet not all classes from flutter are implemented. I think it would be worth it to show only the classes that are implemented so that a plugin developer knows what is available.
Beta Was this translation helpful? Give feedback.
All reactions