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