marc-walton

Results 6 issues of marc-walton

Hi, thanks for the clone and the youtube tutorial. The issue is the videos take time to load as they download first and then play the video but if you...

I used firebase as cloud storage for images and this is how it look in the firebase console. `"insert":"Zefyr Quick Start"},{"insert":"\n","attributes":{"block":"quote"}},{"insert":"​","attributes":{"embed":{"type":"image","source":"https://firebasestorage.googleapis.com/v0/b/fashow-d9ed2.appspot.com/o/post_File%3A%20'%2Fdata%2Fuser%2F0%2Fcom.fashow.fashow%2Fcache%2Fimage_picker1997777282086208868.jpg'.jpg?alt=media&token=8a8ff7f2-eb51-49f7-ba29-ba2e402fd4e6"}}},{"insert":"\n` How do I get only that image source url...

The documentation shows how to load data from storage but i saved on firebase and want to retrieve the document field and show it in a container without the editor.Is...

How to set timer according to UTC time.? As of now it only takes the timezone of the device. I tried toUtc method but doesn't work ``` endTime: DateTime(year, month,...

``` onEnd ({String `ownerId,String` postId,String photoUrl,String images,String name}) async { await activityFeedRef .doc(ownerId) .collection("feedItems") .doc(postId) .set({ "type": "topBid", "username": name, "userId": ownerId, "userProfileImg": photoUrl, "postId": postId, "mediaUrl": images, "timestamp": timestamp,...

Error 1 A value of type 'MediaInformation' can't be returned from the method 'getMediaInformation' because it has a return type of 'Future'. ``` static Future getMediaInformation( path) async { assert(File(path).existsSync());...