repaint 0.1.1
repaint: ^0.1.1 copied to clipboard
Library for creating and managing a canvas similar to CustomPaint but with more features.
0.1.1 #
- ADDED:
RePaint.inline
widget now hasrepaint
property. - CHANGED:
RePaint.inline
widget by default hasframeRate
set to 0.
0.1.0 #
- ADDED:
RePaint
andRePaint.inline
widget now hasrepaintBoundary
property.
0.0.8 #
- FIXED: Allow to select empty rect in
QuadTree
example.
0.0.7+1 #
- ADDED: Added
changeSize
method toQuadTree
. - CHANGED: Small changes in
QuadTree
documentation.
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 #
- CHANGED:
frameRate
is replaced withneedsPaint
inRePainter
delegate
0.0.4 #
- ADDED: More examples
- CHANGED: Change interface of
RePainter
delegate
0.0.3 #
- Updated Frame Limiter logic
0.0.2 #
- Added example project
- Added implicit inline factory for
RePaint
widget
0.0.1 #
- Basic functionality