flutter_tweakcn_generator 0.1.0
flutter_tweakcn_generator: ^0.1.0 copied to clipboard
Converts tweakcn CSS themes into Flutter ThemeData with ColorScheme, ThemeExtension, Google Fonts, and light/dark mode support.
0.1.0 #
- Initial release
- CSS parser:
:root(light) /.dark(dark) block parsing - Color formats: hex, rgb, hsl, oklch
- Shadow parsing: CSS box-shadow to
List<BoxShadow> - Google Fonts support:
--font-sansCSS variable toGoogleFonts.xxxTextTheme()generation - Code generation:
ColorScheme,ThemeExtension(Colors, Radius, Shadows),ThemeData - CLI:
dart run flutter_tweakcn_generator - build_runner:
*.tweakcn.css→*.tweakcn.dart