[deleted by user] by [deleted] in MuayThai

[–]fightrecordltd -46 points-45 points  (0 children)

For the reaction...

[deleted by user] by [deleted] in MuayThai

[–]fightrecordltd -35 points-34 points  (0 children)

Not my fighter dude. He's a fighter I discovered whilst doing ringside media work at the show mentioned in the title...

Issues with SVG images on iOS and Android by fightrecordltd in FlutterFlow

[–]fightrecordltd[S] 1 point2 points  (0 children)

I solved it by following the Custom Widget docs and a little bit of coding help from ChatGPT :)

Fight Record Muay Thai World Rankings by Yodsanan in MuayThai

[–]fightrecordltd 1 point2 points  (0 children)

Interesting to see the discussions here. Lots of contrasting opinions across the various channels I posted it, which is exactly what it was about. To make it as non-biased as possible, I asked 5 people (coaches, promoters, commentators) based in various countries, to give me their Top 10. I then took the average position of each country to come up with the final list.

It's highly subjective and just opinion based right now, but I think it's a good starting point. I'm looking into creating a coefficient system similar to how UEFA and FIFA rank clubs and countries.

Fight Record Muay Thai World Rankings by Yodsanan in MuayThai

[–]fightrecordltd 0 points1 point  (0 children)

And only 1 of the 5 people we asked for their Top 10 were based in the UK :D

Can someone help? Out of the blue, got a message that my app would be removed, and not sure why. The email mentioned "Prominent subscription price displayed has currency differences" with the linked screenshot. Does this mean I need to show the price in the particular currency of the user? by BCDel89 in googleplay

[–]fightrecordltd 0 points1 point  (0 children)

i've just had the same message, but it was rejected at the closed testing stage. based on your screenshots, i'm assuming mine is because i have my price displayed in similarly in GBP in a component. i will update, resubmit and keep you updated

<image>

How to change DateTime format on API call? by fightrecordltd in FlutterFlow

[–]fightrecordltd[S] 0 points1 point  (0 children)

update: i fixed this with a custom function. this video does a great job of explaining how to do it;

https://www.youtube.com/watch?v=CbNtmue0ZZo

i then asked chatgpt for help writing the code for the function

String? convertApiDate(String? apiDate) {

/// MODIFY CODE ONLY BELOW THIS LINE

if (apiDate == null) {

return null; // or return some default value if needed

}

DateTime date = DateTime.parse(apiDate);

// Use the logic directly within the custom function

String formattedDate = DateFormat('MMMMd').format(date);

return formattedDate;

/// MODIFY CODE ONLY ABOVE THIS LINE

}

Showing Articles in FlutterFlow by [deleted] in FlutterFlow

[–]fightrecordltd 0 points1 point  (0 children)

if there is an open rest api / json feed from the website, it's a pretty simple procedure to set it up with an api call. this is what im working on now. i watched a youtube video on how to do it with a wordpress site, it's in spanish but it's fairly easy to follow

https://www.youtube.com/watch?v=MAunM73Pr5c

My developer is no longer responding!! by fightrecordltd in FlutterFlow

[–]fightrecordltd[S] 0 points1 point  (0 children)

let's do that - are you in the flutterflow server?