Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 978 Bytes

File metadata and controls

48 lines (27 loc) · 978 Bytes

0.1.1

  • ADDED: RePaint.inline widget now has repaint property.
  • CHANGED: RePaint.inline widget by default has frameRate set to 0.

0.1.0

  • ADDED: RePaint and RePaint.inline widget now has repaintBoundary property.

0.0.8

  • FIXED: Allow to select empty rect in QuadTree example.

0.0.7+1

  • ADDED: Added changeSize method to QuadTree.
  • 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 with needsPaint in RePainter 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