flutter_theme_extensions 1.0.0 copy "flutter_theme_extensions: ^1.0.0" to clipboard
flutter_theme_extensions: ^1.0.0 copied to clipboard

Flutter Theme Extensions

🎨 Flutter Theme Extensions #

This package was created to save some time while working with the Flutter theming and to make it easier to access theme data from the BuildContext.

👉 How to use this package #

Instead of writing Theme.of(context); Theme.of(context).textTheme; or Theme.of(context).colorScheme;, you can now easily access these values via the BuildContext:

context.theme();, context.textTheme(); or context.colorScheme();

1
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Theme Extensions

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_theme_extensions