Flutter – Firebase Snapshot.data Double Map to use
I want to create a map in Firebase and get the slider values from there. But it gives an error. "type '_Map<String, dynamic>' is not a subtype of type 'Map<Double, Double>' in type cast " Expanded( child: StreamBuilder<DocumentSnapshot>( stream: FirebaseFirestore.instance…