gildaswise/firestore_ui

Error: 'FilterCallback' is imported from both 'package:firestore_ui/firestore_list.dart' and 'package:flutter/src/material/dropdown_menu.dart'. import 'package:flutter/material.dart';

Opened this issue · 1 comments

Error: 'FilterCallback' is imported from both 'package:firestore_ui/firestore_list.dart' and 'package:flutter/src/material/dropdown_menu.dart'.
import 'package:flutter/material.dart';

how to handle it? i tried import 'package:flutter/material.dart' hide FilterCallback; but still failed. thank you