neumorphic_button 0.0.1+2 neumorphic_button: ^0.0.1+2 copied to clipboard
Create Neumorphic Button with a number of customizable features that can be used throughout your Flutter app.
Neumorphic Button #
This package lets you create Neumorphic Button with a number of customizable features that can be used throughout your Flutter app.You can create a minimal visual design style that uses monochromatic colors, subtle shadows and low contrasts to showcase buttons and cards, creating a really soft look.
Installation #
- Add the latest version of package to your pubspec.yaml
dependencies:
neumorphic_button: ^0.0.1+2
- Import the package and use it in your Flutter App.
import 'package:neumorphic_button/neumorphic_button.dart';
Features #
There are a number of properties that you can specify for your neumorphic button :
- height
- width
- border-radius
- box-shape
- shadow-color
- spread-radius
- blur-radius
- onTap function
Example #
Light mode neumorphic button #
|
Dark mode neumorphic button #
|