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

Ocean Protocol Waves

Ocean Protocol Waves #

logo

The Ocean Protocol Waves, created and designed entirely in dart / flutter code.

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

  @override
  Widget build(BuildContext context) {
    return Padding(
      padding: const EdgeInsets.only(top: 32),
      child: const OceanProtocolWaves(),
    );
  }
}