flutter_color_buttons 0.0.6 copy "flutter_color_buttons: ^0.0.6" to clipboard
flutter_color_buttons: ^0.0.6 copied to clipboard

Flutter custom Color button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more..

Made with Flutter Flutter Version - @latest Made with Dart Dart Version - @latest Made with Dart

Getting started #

Flutter Color Buttons

Version badge Version badge Version badge Version badge

Platform support #

Android IOS Windows Mac Linux Chrome OS Web

Installation #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
    flutter_color_buttons: ^0.0.4

2. Install it #

You can install packages from the command line:

with Flutter:

$ flutter pub add flutter_color_buttons

Usage #

Import it #

Now in your Dart code, you can use:

import 'package:flutter_color_buttons/flutter_color_buttons.dart';

Include short and useful examples for package users.

Example_1 #

Splash Screen with Text Widget


 OrchidButton(
        onPressed: () {},
         child: const Text(
          'OrchidButton',
        ));

Example_2 #

Splash Screen with Icon Widget


  TurkishButton(
        onPressed: () {},
         child:Icon(
      Icons.audiotrack,
      color: Colors.green,
      size: 30.0,
    ), );


2
likes
70
pub points
0%
popularity

Publisher

unverified uploader

Flutter custom Color button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more..

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_color_buttons