0 purchases
acrylic any
acrylic_any #
acrylic_any is a package which can convert any widget into blurred objects.
Installation #
flutter pub add acrylic_any
copied to clipboard
Usage #
class example extends StatelessWidget {
const example({super.key});
@override
Widget build(BuildContext context) {
return acrylicAny(
blurlevel: 20,
child: Container(),
);
}
}
copied to clipboard
future updates #
more feature would be added soon
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.