Releases: PlugFox/repaint
Releases · PlugFox/repaint
0.1.1
- ADDED:
RePaint.inline
widget now has repaint
property.
- CHANGED:
RePaint.inline
widget by default has frameRate
set to 0.
0.0.8
What's Changed
- FIXED: Allow to select empty rect in
QuadTree
example.
0.0.7
CHANGED: Changed QuadTree
implementation.
0.0.6
- ADDED: Basic
QuadTree
implementation and example
- CHANGED: Minimum Flutter version is now 3.27.0
0.0.5
0.0.5
- CHANGED:
frameRate
is replaced with needsPaint
in RePainter
delegate.