Skip to content

Commit

Permalink
fix(example): hide Color from faker package (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
harimasora authored Oct 5, 2024
1 parent 000fcb4 commit 13b59e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/src/examples/filterable.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:faker/faker.dart';
import 'package:faker/faker.dart' hide Color;
import 'package:flutter/material.dart';
import 'package:flutter_fancy_tree_view/flutter_fancy_tree_view.dart';

Expand Down

0 comments on commit 13b59e0

Please sign in to comment.