supercontext 1.0.2
supercontext: ^1.0.2 copied to clipboard
A library of extensions for Build Context, which will give you superpowers when programming a new project.
1.0.0 #
- Create the extension for dynamic values.
- I added the "isNull" functionality to check if a variable arrives null.
- I added the "isNotNull" functionality to check if a variable is not null.
- Create the extensions for build context.
- I added "media" function to get MediaQueryData from BuildContext.
- I added the "screenMedia" function to get a Size with the total width and height of the screen.
1.0.1 #
- Repair README.md
1.0.2 #
- I added mediaQuery web, desktop and mobile screenSize.