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
fjr619 commented
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
syonip commented
You can use my fork:
https://github.com/syonip/firestore_ui.git