reflection_effect 2.0.0 copy "reflection_effect: ^2.0.0" to clipboard
reflection_effect: ^2.0.0 copied to clipboard

Reflectable is a Flutter package that provides a customizable widget designed to create a reflective effect on its child widget, is inspired by CSS box-reflect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reflection_effect

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  reflection_effect: ^2.0.0

Alternatively, 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:reflection_effect/reflection_effect.dart';
2
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Reflectable is a Flutter package that provides a customizable widget designed to create a reflective effect on its child widget, is inspired by CSS box-reflect.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on reflection_effect