wave_screen 0.1.0
wave_screen: ^0.1.0 copied to clipboard
Composable, GPU-shader-driven animated wave surfaces for Flutter — build a Wave from swappable shape, style, and motion traits.
import 'package:flutter/widgets.dart';
import 'example_app.dart';
void main() {
runApp(const ExampleApp());
}