awesome_ui_button 1.0.0 copy "awesome_ui_button: ^1.0.0" to clipboard
awesome_ui_button: ^1.0.0 copied to clipboard

outdated

A quick way to make a good looking button with a little flair, just import and use.

awesome_ui_button #

License: MIT

This package allows you to add a good looking button to your application easily and without having to write a lot of code yourself, simply import and start using.

Add the dependency #

Add this to your pubspec.yaml

dependencies:
  awesome_ui_button: ^0.0.1

Installing #

Run the following command

flutter pub get

Import the package #

import 'package:awesome_ui_button/awesome_ui_button.dart';

Add the button to your application #

AwesomeButton(
  text: "Default",
),

OR

AwesomeButton.outline(
  text: "Outline",
),


OR

AwesomeButton.destructive(
  text: "Destructive",
),

For full documentation visit flutterawesome.dev

2
likes
0
pub points
0%
popularity

Publisher

verified publisherflutterawesome.dev

A quick way to make a good looking button with a little flair, just import and use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on awesome_ui_button