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),
),
),*/
Additional information
All users always allow for the contribute in our package.