supercontext

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

supercontext

Program faster with the extra features of SuperContext.



Getting Started #
Basic usage (to check if a variable is null or not):
/// Null variable
final nullVar = null;

/// Check is null or not
nullVar.isNull // Returns true
nullVar.isNotNull // Returns false
copied to clipboard
You can also use basic functions of the build context as follows:
context.mediaSize; // Returns full size for screen
context.media; // Retruns MediaQueryData of BuildContext
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.