fast_extensions 0.0.1 fast_extensions: ^0.0.1 copied to clipboard
Convenience extensions to make common Flutter tasks less annoying
Convenience extensions to make common Flutter tasks less annoying
Features #
Extension | Use-case |
---|---|
FastThemeExtension | Read theme data from context |
Usage #
import 'package:fast_extensions/fast_extensions.dart';
context.theme;
context.textTheme;
...
Additional information #
See fast_ui for more information