skip to Main Content

Im trying to write code to get (doc id) from Firebase

Look at my database structure: and here is my code that I want to use ID in : Widget build(BuildContext context) { return SafeArea( child: InkWell( borderRadius: BorderRadius.circular(30), child: Dismissible( key: UniqueKey(), direction: DismissDirection.startToEnd, background: Container( color: Colors.red, child: Row(…

VIEW QUESTION
Back To Top
Search