skip to Main Content

convert this into streambuilder in flutter

I want to convert this function into Streambuilder, but somehow I could not figure out how I could do it. Any help would be greatly appreciated. Future getReceiverChats() async { var data = await FirebaseFirestore.instance .collection("message") .doc(widget.id) .collection("nodes") .orderBy("time", descending:…

VIEW QUESTION

Getting error in flutter compilation like : carousel_slider-4.2.0/lib/carousel_slider.dart:311:29: Error: Member not found: 'trackpad'

I am getting error while compiling flutter app Anyone can help? Here is full error : /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/carousel_slider-4.2.0/lib/carousel_slider.dart:311:29: Error: Member not found: 'trackpad'. PointerDeviceKind.trackpad Here are dependencies from yaml file ` version: 1.0.0+1 environment: sdk: ">=2.16.2 <3.0.0" dependencies: flutter: sdk: flutter…

VIEW QUESTION
Back To Top
Search