widget_arrows 0.4.0 widget_arrows: ^0.4.0 copied to clipboard
Simply draw customizable arrows between any widgets in your app.
0.4.0 #
- Fixes misplaced arrows
0.3.0 #
- Fixes error "Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null." when in flutter 3.0
0.2.0-nullsafety.0 #
- Migrate to null-safe Dart
0.1.8 #
- Add ability to target multiple ArrowElements from a single source (Contribution from Keith Robertson [@latesr])
0.1.7 #
- Add
arcDirection
parameter toArrowElement
0.1.6 #
- Added
tipLength
andtipAngleOutwards
parameters toArrowElement
0.1.5 #
- Use
findAncestorStateOfType
instead of notifications
0.1.4 #
- Fix dispose of listeners bug
0.1.3 #
- Remove
pedantic
since it's impossible to resolve a reasonable version, which in turn makes `pub sad.
0.1.2 #
- Make
pub
even happier
0.1.1 #
- Make
pub
happy
0.1.0 #
- Initial release.