supercontext 1.0.0
supercontext: ^1.0.0 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.
- Agregué la función "screenMedia" para obtener un Tamaño con el ancho y alto total de la pantalla.