flutter_first_package

Last updated:

0 purchases

flutter_first_package Image
flutter_first_package Images
Add to Cart

Description:

flutter first package

This is my first flutter custom package for App. That is use for the custom box decoration.
Features #
This is my first flutter custom package for App. That is use for the custom box decoration.
Getting started #
This is my first flutter custom package for App. That is use for the custom box decoration.
Usage #
This is short and useful examples for package users. Add longer examples
to /example folder.
/*Center(
child: FloatingActionButton(
onPressed: () async {
await CustomAlertBox.showCustomAlertBox(
context: context,
willDisplayWidget: Container(
child: const Text('My custom alert box, used from example!!'),
));
},
tooltip: 'Show Custom Alert Box',
child: const Icon(Icons.add_alert),
),
),*/
copied to clipboard
Additional information #
All users always allow for the contribute in our package.

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.