flutter_neumorphism_ui 0.0.4 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 #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
flutter_neumorphism_ui: ^0.0.4
- Import the package and use it in your Flutter App.
import 'package:flutter_neumorphism_ui/flutter_neumorphism_ui_base.dart';
|