/flutter_rounded_button

A Flutter Rounded Button

Primary LanguageDartOtherNOASSERTION

rounded_button

A new Flutter project for Rounded Button.

Getting Started

This package use for rounded button in pure dart language and supporting for all plateform.

How to use this plugin

  • add the plugin in .yaml file
dependencies:
  flutter:
    sdk: flutter
  rounded_button:

Example

RoundedButton(
      buttonName: 'Login',
      width: 300,
      height: 52,
      onTap: (){
        debugPrint('button clicked ');
      },
    )

##Screenshot