flutter_neumorphic 0.0.1+1 copy "flutter_neumorphic: ^0.0.1+1" to clipboard
flutter_neumorphic: ^0.0.1+1 copied to clipboard

outdated

A new Flutter package.

flutter_neumorphic #

NeumorphicContainer(
  style: NeumorphicStyle(
    borderRadius: 40,
    shape: NeumorphicShape.concave,
  ),
  child: SizedBox(
    height: 200,
    width: 200,
  ),
)
Provider<NeumorphicTheme>.value(
      
      value: NeumorphicTheme(
        lightSource: LightSource.bottomLeft,
        distance: 5,
        blur: 6
      ),
      
      ...
      
      child: NeumorphicContainer(
        style: NeumorphicStyle(
          borderRadius: 40,
          shape: NeumorphicShape.concave,
        ),
        child: SizedBox(
          height: 200,
          width: 200,
        ),
      )
      
);

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1664
likes
30
pub points
96%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_neumorphic