Features
This is a package that can assist users in creating a smart button bar with creative design. It is based on the Bezier curve principle to generate smooth and gentle curves.
This is Bezier curve ❤️
Getting started
This package returns a Widget Container(), so to use it, you need to place this Container() within a Stack widget and position it using Positioned at the desired location typically within a Stack with Positioned like this:
Stack( children: Positioned( bottom: 0, left: 0, child: SmartBar() ), , )
## Additional information
I am currently a third-year student, and this is my first published package. I hope people will like it. If there are any issues, please feel free to contact me via Gmail at huynhbaoking@gmail.com or on GitHub at huynhbaoking112.