primary_button 0.1.0 copy "primary_button: ^0.1.0" to clipboard
primary_button: ^0.1.0 copied to clipboard

A new Flutter package help developer to use stylish primary buttons

flutter_primary_button #

A new Flutter package help developer to use stylish and simple primary buttons

Installation #

Add the following to pubspec.yaml

dependencies:
---
primary_button: ^0.1.0

Usage Example #

import primary_button.dart

import 'package:primary_button/PrimaryButton.dart';

For normal buttons #

  PrimaryButton(
                onPressed:() => print("tapped"),
                fontSize:18,
                textColor: Color(0xff212121),
                bgColor:Colors.green,
                width:290,
                height:50,
                buttonLabel: "START PLAYING",
                ),

Screenshot example

Package demo

Refer to Git repo link and the source code for more information.

2
likes
30
pub points
25%
popularity

Publisher

unverified uploader

A new Flutter package help developer to use stylish primary buttons

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on primary_button