wave_divider 0.0.3 copy "wave_divider: ^0.0.3" to clipboard
wave_divider: ^0.0.3 copied to clipboard

Enhance your Flutter UI with elegant wave dividers using wave_divider package.

wave_divider #

The wave_divider package is a versatile Flutter widget that enables you to add beautiful, wave-like dividers to your UI. Whether you want to enhance the visual appeal of your app or create a decorative separation between sections, the WaveDivider widget makes it easy and customizable.

License GitHub Stars Pub Version

Screenshot

Usage #

The WaveDivider widget provides a simple wave divider that you can customize. Here are some usage examples:

  1. Using the default divider:
    // Horizontal divider
    WaveDivider()
    // Vertical divider
    SizedBox(
      height: 200, 
      child: WaveDivider.vertical(),
    )

or a little bit of custom with:

    WaveDivider(
      thickness: 3,
      color: Colors.amber,
      waveHeight: 7,
      waveWidth: 14,
      isVertical: false,
    )

Support the Library #

You can support the library by liking it on pub, staring in on Github and reporting any bugs you encounter.

12
likes
150
points
255
downloads

Publisher

verified publisherzrboy.net

Weekly Downloads

Enhance your Flutter UI with elegant wave dividers using wave_divider package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wave_divider