Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.