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 d564e3e commit d96c80fCopy full SHA for d96c80f
lib/widgets/graph_component.dart
@@ -79,7 +79,6 @@ class GraphComponent extends FlameGame
79
void onMouseMove(PointerHoverInfo info) {
80
super.onMouseMove(info);
81
pointLocation = info.eventPosition.game;
82
- print(pointLocation);
83
}
84
85
@override
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: flutter_graph_view
2
description: Widgets for beautiful graphic data structures, such as force-oriented diagrams.
3
-version: 0.0.1+3
+version: 0.0.1+4
4
homepage: https://github.com/dudu-ltd/flutter_graph_view
5
6
environment:
0 commit comments