monzim 0.0.1 copy "monzim: ^0.0.1" to clipboard
monzim: ^0.0.1 copied to clipboard

A personal package helper for flutter.

TODO: A personal package helper for flutter.

Features #

1.0 Responsive Helper 2.0 Debug Helper

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

Responsive Widget #

 Responsive(
    child: Text('Mobile Screen'), //Required
    tablet: Text('Tablet Screen'),
    desktop: Text('Desktop Screen'),
    large: Text('Large Screen'),
),

Adaptive Type #

 AType(context,
    defaultValue: 16,
    scaleFactor: 3,
    mobileScaleFactor: 5,
    tabletScaleFactor: 7)
.value,

Responsive Type #

 RType<Color>(
    context,
    defaultValue: Colors.red,
    tablet: Colors.amber,
    ).value,

Row and Column #

RowColumn(
isRow: DeviceScreen.isTablet(context), //Get Screen Type
children: [],
),

Additional information #

1
likes
120
pub points
35%
popularity

Publisher

verified publishermonzim.com

A personal package helper for flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on monzim