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

This is my first flutter custom package for App. That is use for the custom box decoration.

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.

0
likes
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

This is my first flutter custom package for App. That is use for the custom box decoration.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_first_package