Skip to content

Commit d96c80f

Browse files
committed
v0.0.1+4
1 parent d564e3e commit d96c80f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/widgets/graph_component.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class GraphComponent extends FlameGame
7979
void onMouseMove(PointerHoverInfo info) {
8080
super.onMouseMove(info);
8181
pointLocation = info.eventPosition.game;
82-
print(pointLocation);
8382
}
8483

8584
@override

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_graph_view
22
description: Widgets for beautiful graphic data structures, such as force-oriented diagrams.
3-
version: 0.0.1+3
3+
version: 0.0.1+4
44
homepage: https://github.com/dudu-ltd/flutter_graph_view
55

66
environment:

0 commit comments

Comments
 (0)