cool_ext 1.0.0
cool_ext: ^1.0.0 copied to clipboard
Cool Flutter Package with cool Utilities and Extensions for Easy and Pretty Coding
This package has Lots of Small Utility classes, methods and properties
for your day to day Flutter coding.
This is a opinionated package with lots of utilities behaving in their own
style. Many methods and utilities offer customization. But, few may not.
Please raise MR/PR to me or create an enhancement request at
https://gitlab.com/adithyank/flutter_cool_ext/-/issues
I will modify and push release next version with your requests.
Features #
BuildContext Additional methods #
context.mediaQuerywill returnMediaQuery.of(context)context.themewill returnTheme.of(context);context.navigatorwill returnNavigator.of(context)context.scaffoldMessengerwill returnScaffoldMessenger.of(context)context.landscapewill returnboolthat indicates whether the current device orientation is landscapecontext.portraitwill returnboolthat indicates whether the current device orientation is portrait