flutter_base_extensions

Last updated:

0 purchases

flutter_base_extensions Image
flutter_base_extensions Images
Add to Cart

Description:

flutter base extensions

flutter_base_extensions #
=======
Features #




This package used for apply height width with just using extension, this package is also used for convert string color to Color object
Getting started #
flutter_base_extensions is basically an improved extension package to use.
Usage #
Column(
children: [
/// here we used getHeight and getWidth package
100.0.getHeight(),
500.0.getWidth(),

/// here we used toColor extension to convert string to color
Container(
color: "0xFF000000".toColor(),
),
],
),
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.