build_context 1.0.0
build_context: ^1.0.0 copied to clipboard
A package that simplifies the access most of used properties/fuctions right in the BuildContext.
1.0.0 21/04/2020. #
Added support for:
context.mediaQueryShortestSidecontext.isPhonecontext.isTabletcontext.isSmallTabletcontext.isLargeTablet
0.0.5 07/04/2020. #
- Code format
0.0.4 04/04/2020. #
Added support for:
- context.form.validate()
- context.form.reset()
- context.form.save()
0.0.3 03/04/2020. #
Added support for:
- context.isLandscape
- context.isPortrait
- context.mediaQueryViewInsets
- context.mediaQueryViewPadding
0.0.2 03/04/2020. #
- Fixed README.md format issue
0.0.1 02/04/2020. #
Added support for:
- MediaQuery
- Theme
- Navigator
- Scaffold