RivaanRanawat / instagram-flutter-clone

Responsive Instagram Clone developed with Flutter & Firebase
https://youtu.be/BBccK1zTgxw
858 stars 474 forks source link

Search screen - Bad state: field does not exist within the DocumentSnapshotPlatform #6

Closed Ktharsix closed 2 years ago

Ktharsix commented 2 years ago

You might be having this error for the search_screen : Bad state: field does not exist within the DocumentSnapshotPlatform You need to had in FutureBuilder : body: isShowUsers ? FutureBuilder(

Ktharsix commented 2 years ago

You need to had QuerySnapshot in FutureBuilder =>

body: isShowUsers
          ? FutureBuilder<QuerySnapshot>(