acrylic_any 0.0.1 copy "acrylic_any: ^0.0.1" to clipboard
acrylic_any: ^0.0.1 copied to clipboard

A flutter package which convert and beautify widgeets into arylic glass effect.

acrylic_any #

acrylic_any is a package which can convert any widget into blurred objects.

Installation #

flutter pub add acrylic_any

Usage #

class example extends StatelessWidget {
  const example({super.key});

  @override
  Widget build(BuildContext context) {
    return acrylicAny(
      blurlevel: 20,
      child: Container(),
    );
  }
}

future updates #

more feature would be added soon

1
likes
140
pub points
62%
popularity

Publisher

unverified uploader

A flutter package which convert and beautify widgeets into arylic glass effect.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on acrylic_any