flutter_gen
flutter_gen copied to clipboard
support for theme
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the problem
Hi thanks for this wonderful package! I would appreciate it if theme could be supported
Describe the solution
support dark and light resources like android
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@shanbelileh Do you have any ideas about this?
you can get some good inspiration from flutter_localizations package that use abstract class and any locale implement that and naming protocol for resource folders like theme_dark and theme_light etc. thanks @wasabeef
+1 would like this.