firestore_ui
firestore_ui copied to clipboard
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';
trafficstars
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
You can use my fork: https://github.com/syonip/firestore_ui.git
Fixed on 1.32.8