custom_flutter_button

Creator: coderz1093

Last updated:

0 purchases

custom_flutter_button Image
custom_flutter_button Images

Languages

Categories

Add to Cart

Description:

custom flutter button

🔐 custom flutter button #
A flutter package to add custom button to your mobile application.
🎖 Installing #
dependencies:
custom_flutter_button: "^0.0.1"
copied to clipboard
⚡️ Import #
import 'package:custom_flutter_button/custom_flutter_button.dart';
copied to clipboard
🎮 How To Use #
Dart Usage #

Custom Button

CustomButton(
onTap: () {
_incrementCounter();
log("increment by +$_counter");
},
enable: _counter != 0,
color: Colors.red,
text: "Hello world",
)
copied to clipboard
For more info, please, refer to the main.dart in the example.
🐛 Bugs/Requests #
If you encounter any problems feel free to open an issue. If you feel the library is
missing a feature, please raise a ticket on Github and I'll look into it.
Pull request are also welcome.
❗️ Note #
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
🤓 Developer(s) #

#### **Ayodele Salimonu**






⭐️ License #
MIT LICENSE

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.