Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed May 15, 2024
1 parent d5dce84 commit a3cf2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame_devtools/lib/widgets/component_tree.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:animated_tree_view/animated_tree_view.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:flame_devtools/widgets/component_tree_model.dart';
import 'package:flame_devtools/widgets/debug_mode_button.dart';
import 'package:flutter/material.dart';
import 'package:flutter/material.dart' hide Split;

Check warning on line 5 in packages/flame_devtools/lib/widgets/component_tree.dart

View workflow job for this annotation

GitHub Actions / analyze

The library 'package:flutter/material.dart' doesn't export a member with the hidden name 'Split'.

Try removing the name from the list of hidden members. See https://dart.dev/diagnostics/undefined_hidden_name to learn more about this problem.
import 'package:flutter_riverpod/flutter_riverpod.dart';

class ComponentTree extends StatelessWidget {
Expand Down

0 comments on commit a3cf2bd

Please sign in to comment.