Skip to content

Commit

Permalink
v0.0.1+4
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Jan 19, 2023
1 parent d564e3e commit d96c80f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/widgets/graph_component.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class GraphComponent extends FlameGame
void onMouseMove(PointerHoverInfo info) {
super.onMouseMove(info);
pointLocation = info.eventPosition.game;
print(pointLocation);
}

@override
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d96c80f

Please sign in to comment.