Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 654 Bytes

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 654 Bytes

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