- Add StackFit as a parameter
- Use path_drawing: ^1.0.0
- Fixed wrong placement for CircleBorder
- Move null safety to stable and master
- Migrated package to use null safety
- Formatted code and added code comments
- Changed Path property to a PathBuilder so that the size of the child widget is received as a callback
- Added check to ensure invalid dash patterns are not entered in the dotted border widget
- Added StrokeCap property
- Added ability to let users specify their own custom paths as border
- Added a basic Dart doc
- Add more path options
- Added dash pattern option
- Added description
- Draw rectangular border around any widget.