We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adc137 commit 4adc7d8Copy full SHA for 4adc7d8
CHANGELOG.md
@@ -1,11 +1,15 @@
1
+## 0.0.6
2
+
3
+- **ADDED**: Basic `QuadTree` implementation and example
4
5
## 0.0.5
6
-- **CHANGED**: `frameRate` is replaced with `needsPaint` in `RePainter` delegate.
7
+- **CHANGED**: `frameRate` is replaced with `needsPaint` in `RePainter` delegate
8
9
## 0.0.4
10
11
- **ADDED**: More examples
-- **CHANGED**: Change interface of `RePainter` delegate.
12
+- **CHANGED**: Change interface of `RePainter` delegate
13
14
## 0.0.3
15
pubspec.yaml
@@ -3,7 +3,7 @@ name: repaint
description: >
Library for creating and managing a canvas similar to CustomPaint but with more features.
-version: 0.0.5
+version: 0.0.6
homepage: https://github.com/PlugFox/repaint
0 commit comments