🔐 custom flutter button

A flutter package to add custom button to your mobile application.

🎖 Installing

dependencies:
  custom_flutter_button: "^0.0.1"

⚡️ Import

import 'package:custom_flutter_button/custom_flutter_button.dart';

🎮 How To Use

Dart Usage

  • Custom Button
 CustomButton(
            onTap: () {
              _incrementCounter();
              log("increment by +$_counter");
            },
            enable: _counter != 0,
            color: Colors.red,
            text: "Hello world",
          )

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