surface 0.4.3
surface: ^0.4.3 copied to clipboard
Shapeable, layered, intrinsincally animated container with convenient access to blurry ImageFilters, InkResponse, and HapticFeedback.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add surfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
surface: ^0.4.3Alternatively, 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:surface/surface.dart';