flutter_prime 0.0.1-alpha.2
flutter_prime: ^0.0.1-alpha.2 copied to clipboard
A library of useful, reusable, methods and extensions for Flutter.
0.0.1-alpha.1 #
- Initial pre-release
0.0.1-alpha.2 #
Additions: #
Widgets:
EmptyView: a view with no content that takes up no space. A quick way to end a widget tree, or used as a placeholder druing development.EmptyIcon: an invisible icon, that does take up space. Useful for spacing out groups of icon buttons.
Extensions:
BrightnessPrime:platformBrightness: Static method that returns the device's currentBrightnesssetting.isPlatformBrightness: Instance method that returns aboolindicating whether the instance matches the device's currentBrightnesssetting or not. Useful for quickly determining if you should toggle the current theme.
ThemeDataPrime:cupertinoThemeData: Build aCupertinoThemeDataobject based on aThemeData.