diff --git a/lib/widgets/graph_component.dart b/lib/widgets/graph_component.dart index 62106e9..f0a0d3e 100644 --- a/lib/widgets/graph_component.dart +++ b/lib/widgets/graph_component.dart @@ -79,7 +79,6 @@ class GraphComponent extends FlameGame void onMouseMove(PointerHoverInfo info) { super.onMouseMove(info); pointLocation = info.eventPosition.game; - print(pointLocation); } @override diff --git a/pubspec.yaml b/pubspec.yaml index 3c6df72..efd559f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_graph_view description: Widgets for beautiful graphic data structures, such as force-oriented diagrams. -version: 0.0.1+3 +version: 0.0.1+4 homepage: https://github.com/dudu-ltd/flutter_graph_view environment: