context_helpers 1.0.0
context_helpers: ^1.0.0 copied to clipboard
Simplify Flutter development with context extensions — width, theme, navigation, localization, and responsive helpers.
1.0.0 #
- Initial release.
- Added BuildContext extensions for:
- Screen dimensions (
context.width,context.height) - Theme and color scheme (
context.theme,context.colorScheme) - Navigation helpers (
context.push,context.pop) - Localization access (
context.locale,context.languageCode) - Responsive utilities (
context.isMobile,context.isTablet,context.isDesktop) - Snackbar helper (
context.showSnackBar)
- Screen dimensions (