gumbarros / DevWidgets

DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.
https://gumbarros.github.io/DevWidgets
MIT License
153 stars 13 forks source link

Add Windows theme #6

Closed gumbarros closed 1 year ago

gumbarros commented 1 year ago

A windows theme can be added using https://pub.dev/packages/fluent_ui and a if statement on builder using GetPlatform.isWindows.

gumbarros commented 1 year ago

I think one single theme for everyone is more coerent, if someone still wants, feel free todo.