Skip to content

Commit

Permalink
Revert "feat: add CrosshairPage to demo its' feature. (#313)" (#315)
Browse files Browse the repository at this point in the history
This reverts commit 39f536d.
  • Loading branch information
entronad authored Aug 27, 2024
1 parent 39f536d commit e869d8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 300 deletions.
2 changes: 0 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:graphic_example/pages/crosshair.dart';

import 'home.dart';
import 'pages/bigdata.dart';
Expand All @@ -21,7 +20,6 @@ final routes = {
'/examples/Animation': (context) => const AnimationPage(),
'/examples/Bigdata': (context) => BigdataPage(),
'/examples/Echarts': (context) => EchartsPage(),
'/examples/Crosshair': (context) => const CrosshairPage(),
'/examples/Debug': (context) => DebugPage(),
};

Expand Down
298 changes: 0 additions & 298 deletions example/lib/pages/crosshair.dart

This file was deleted.

0 comments on commit e869d8c

Please sign in to comment.