flutter_neumorphic_studio 1.0.1
flutter_neumorphic_studio: ^1.0.1 copied to clipboard
A comprehensive neumorphic design system for Flutter with 60+ ready-to-use components, real-time theme customization, and an interactive workbench for rapid UI prototyping. Perfect for creating soft, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_neumorphic_studioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_neumorphic_studio: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_neumorphic_studio/flutter_neumorphic_studio.dart';