⚙️ Installation
https://pub.dev/packages/flutter_neumorphism
dependencies:
flutter_neumorphic: ^0.0.1
//requires flutter > 3.10.0
The in your .dart files
import 'package:flutter_neumorphism/flutter_neumorphism.dart';
## 📦 Neumorphic
```dart
Neumorphism(
style: NeumorphismStyle(
shape: NeumorphismShape.concave,
boxShape: NeumorphismBoxShape.roundRect(BorderRadius.circular(12)),
depth: 8,
lightSource: LightSource.topLeft,
color: Colors.grey
),
child: ...
)
Libraries
- flutter_neumorphism
- neumorphism_theme/app_bar
- neumorphism_theme/colors
- neumorphism_theme/decoration/cache/abstract_neumorphic_painter_cache
- neumorphism_theme/decoration/cache/neumorphic_emboss_painter_cache
- neumorphism_theme/decoration/cache/neumorphic_painter_cache
- neumorphism_theme/decoration/neumorphism_box_decoration_helper
- neumorphism_theme/decoration/neumorphism_decoration_painter
- neumorphism_theme/decoration/neumorphism_decorations
- neumorphism_theme/decoration/neumorphism_emboss_decoration_painter
- neumorphism_theme/decoration/neumorphism_text_decoration_painter
- neumorphism_theme/decoration/neumorphism_text_decorations
- neumorphism_theme/flutter_neumorphism
- neumorphism_theme/inherited_neumorphism_theme
- neumorphism_theme/light_source
- neumorphism_theme/neumorephism_theme
- neumorphism_theme/neumorphism_box_shape
- neumorphism_theme/neumorphism_icons
- Flutter icons NeumorphicIcons Copyright (C) 2020 by original authors @ fluttericon.com, fontello.com This font was generated by FlutterIcon.com, which is derived from Fontello.
- neumorphism_theme/neumorphism_theme
- neumorphism_theme/shape
- neumorphism_theme/shape/beveled_path_provider
- neumorphism_theme/shape/circle_path_provider
- neumorphism_theme/shape/neumorphism_path_provider
- neumorphism_theme/shape/path/flutter_logo_path_provider
- neumorphism_theme/shape/rect_path_provider
- neumorphism_theme/shape/rrect_path_provider
- neumorphism_theme/shape/stadium_path_provider
- neumorphism_theme/theme
- neumorphism_theme/theme_wrapper
- neumorphism_theme/widget/animation/animated_scale
- neumorphism_theme/widget/app
- neumorphism_theme/widget/app_bar
- neumorphism_theme/widget/background
- neumorphism_theme/widget/checkbox
- neumorphism_theme/widget/clipper/neumorphism_box_shape_clipper
- neumorphism_theme/widget/container
- neumorphism_theme/widget/icon
- neumorphism_theme/widget/indicator
- neumorphism_theme/widget/progress
- neumorphism_theme/widget/radio
- neumorphism_theme/widget/range_slider
- neumorphism_theme/widget/slider
- neumorphism_theme/widget/switch
- neumorphism_theme/widget/text
- neumorphism_theme/widget/toggle