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.inlinewidget now hasrepaintproperty. - CHANGED:
RePaint.inlinewidget by default hasframeRateset to 0.
0.1.0 #
- ADDED:
RePaintandRePaint.inlinewidget now hasrepaintBoundaryproperty.
0.0.8 #
- FIXED: Allow to select empty rect in
QuadTreeexample.
0.0.7+1 #
- ADDED: Added
changeSizemethod toQuadTree. - CHANGED: Small changes in
QuadTreedocumentation.
0.0.7 #
- CHANGED: Changed
QuadTreeimplementation.
0.0.6 #
- ADDED: Basic
QuadTreeimplementation and example - CHANGED: Minimum Flutter version is now 3.27.0
0.0.5 #
- CHANGED:
frameRateis replaced withneedsPaintinRePainterdelegate
0.0.4 #
- ADDED: More examples
- CHANGED: Change interface of
RePainterdelegate
0.0.3 #
- Updated Frame Limiter logic
0.0.2 #
- Added example project
- Added implicit inline factory for
RePaintwidget
0.0.1 #
- Basic functionality