flutter_neumorphism_ui 0.0.4 copy "flutter_neumorphism_ui: ^0.0.4" to clipboard
flutter_neumorphism_ui: ^0.0.4 copied to clipboard

flutter_neumorphisms package. You can develope beautiful UI/UX

Flutter Neumorphisms #

Flutter Neumorphisms UI/UX

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  flutter_neumorphism_ui: ^0.0.4
  1. Import the package and use it in your Flutter App.
import 'package:flutter_neumorphism_ui/flutter_neumorphism_ui_base.dart';
@FlutterNeumorphisms(
onTap: () {},
borderRadius: 12,
bottomRightShadowBlurRadius: 15,
bottomRightShadowSpreadRadius: 1,
borderWidth: 5,
backgroundColor: Colors.grey.shade300,
topLeftShadowBlurRadius: 15,
topLeftShadowSpreadRadius: 1,
topLeftShadowColor: Colors.white,
bottomRightShadowColor: Colors.grey.shade500,
height: size.width * 0.5,
width: size.width * 0.5,
padding: const EdgeInsets.all(50),
bottomRightOffset: const Offset(4, 4),
topLeftOffset: const Offset(-4, -4),
child: const Center(child: Text("Hello World")),
)
4
likes
0
points
161
downloads

Publisher

verified publishersanjaysharma.info

Weekly Downloads

flutter_neumorphisms package. You can develope beautiful UI/UX

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_neumorphism_ui