- DEPRECATED Deprecated ArrowPath.make(), use ArrowPath.addTip() instead.
- Added ArrowPath.addTip(), which is the same as ArrowPath.make() but without
isDoubleSidedand with the newisBackwardargument. This will allow more control on what side the arrow should be added. - Updated README to add migration instructions.
- Updated for Flutter 3.10 and Dart 3.
- Update Example app.
- Update License wording (same license).
- (Potentially) Breaking change: Updated to AndroidX.
- Fixed issue when the given path is too small (for example a 0 length path). Thanks to @Freancy for bug report.
- Example App: Added ScrollView and removed vertical screen constraint.
- Example App: Update to Android embedding V2.
- Improved code style.
- Breaking change: Null safety
- Initial release.