You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,19 @@ To get some extended, boring explanations, and eventually some sample codes, che
20
20
21
21
---
22
22
23
-
[Try Graphx on Dart Pad](https://dartpad.dev/21b6670a42d32e37440192e19279e71b?)
23
+
[Try Graphx (0.0.9) on Dart Pad](https://dartpad.dev/21b6670a42d32e37440192e19279e71b?)
24
+
25
+
#### news!
26
+
27
+
- WIP Support for [null-safety](https://github.com/roipeker/graphx/tree/null-safety) in the other branch.
28
+
- Support for HotReload
24
29
25
30
#### prototyping
26
31
27
32
GraphX is all about visuals, here you have some screen captures of random prototypes I've been doing, while developing and testing graphx.
28
33
34
+
For your GraphX scene to support **Hot Reload**, you should initialize your variables and DisplayObjects inside `addedToStage`, and optionally clean them in `dispose`.
0 commit comments