bartonhammond / voiceClient

Dart, Flutter, Firestore
MIT License
0 stars 0 forks source link

Fix story page #12

Closed bartonhammond closed 4 years ago

bartonhammond commented 4 years ago

Use futureBuilder and read the existing Story to get the image url

 FadeInImage.memoryNetwork(
            height: 300,
            width: 300,
            placeholder: kTransparentImage,
            image: 'http://192.168.1.39:4002/storage/${widget.id}.jpg',
          )
bartonhammond commented 4 years ago

Fixed w/in Story Play