material_o 0.1.0 copy "material_o: ^0.1.0" to clipboard
material_o: ^0.1.0 copied to clipboard

outdated

Flutter Material UI Package.

Material-O Flutter UI Package #

Installation #

flutter pub add material_o
dependencies:
  material_o: ^0.1.0

Create New Dialog Usage #

This Widget for Dialogs

 showGenericDialog(
    context,
    color: Colors.green,
    icon: const Icon(Icons.done),
    header: "Account Create Successful", 
    content: "You have create your account Successfully!",              
    callBack: () => {
        GenericDialogButton(text: 'OK', primary: true): true,
        GenericDialogButton(text: 'CANCEL'): false,
        }
    );

Layout #

Column Widget Enhanced with Gap

ColumnBox(
    gap: 20.0, //double
    children: <Widget>[]
)

Row Widget Enhanced with Gap

RowBox(
    gap: 20.0, //double
    children: <Widget>[]
)
2
likes
0
points
53
downloads

Publisher

verified publisherteskill.com

Weekly Downloads

Flutter Material UI Package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on material_o