Releases: alnitak/flutter_flow_chart
Releases · alnitak/flutter_flow_chart
flutter_flow_chart v3.2.0
What's Changed
- Make elements more flexible by @mauriziopinotti in #29
- Upgrade example for compatibility with Flutter 3.22 by @mauriziopinotti in #30
- Add new FlowElement: ImageWidget by @mauriziopinotti in #31
- New feature: addElement() at custom position by @mauriziopinotti in #32
- Add optional delete icon to bottom-left corner of elements by @mauriziopinotti in #33
- Allow in-place text editing for elements by @mauriziopinotti in #34
- Recent PRs from @mauriziopinotti by @alnitak in #35
New Contributors
- @mauriziopinotti made their first contribution in #29
- @alnitak made their first contribution in #35
Full Changelog: v3.1.1...v3.2.0
Flutter Flow Chart 3.1.1
- Implemented styling new arrows (thanks to @SL-Pirate).
- Added curvature tension between pivot points of segmented arrows.
flutter_flow_chart v2.2.0
- Added support for scaling/zooming. Thanks to @SL-Pirate
- Now FlowElement is centered correctly on the given
position