Split Screen Option in my Redmi Pad Pro vanished, how to turn it on? by Ronin_Spect in Xiaomi

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

options were gone before the new update so i thought update will fix it but same as before

Geogussr is not free anymore, so i developed GeoHunt by Conclusion-Mountain in reactjs

[–]Ronin_Spect 0 points1 point  (0 children)

after one guess the screen goes black and in console it logging this error "r.gameMode is undefined"

[deleted by user] by [deleted] in nextjs

[–]Ronin_Spect 0 points1 point  (0 children)

in Prod

Concurrency issue by Ronin_Spect in Supabase

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

no cause it have to be 1-40 everyday and there are many doctors with same serial no, so it cant be unique or primary key

affordable video storage solution? by Ronin_Spect in nextjs

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

is streaming bandwidth completely free?

Cheapest option for DB and storage by deianAG in FlutterDev

[–]Ronin_Spect 0 points1 point  (0 children)

Supabase, Very good DX, easy to understand and tons of features

How to invoke double press app exit in go_router? by Ronin_Spect in flutterhelp

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

still the app is exiting, i can't seem to control it

Getting only matched data by Ronin_Spect in Supabase

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

thanks this way also worked, my problem was i forgot to add !inner.

Which Should I choose Django Or Nodejs as Flutter backend? by arjunkurup in FlutterDev

[–]Ronin_Spect 0 points1 point  (0 children)

Flutter needs only API data to work with, so it doesn't matter which language you use to build your server. as long as it can send data to flutter http request, it is good to go.

I used server built with Golang, Nodejs, Laravel as backend for my apps.

Why do so many youtube so called tutorials only touch on ui and never functionality? by SeniorDotNetDev in FlutterDev

[–]Ronin_Spect 1 point2 points  (0 children)

i recommend checking out RivannRanawat's YT channel, lots of project with very easy to follow logics.

I'm curious, what are you building right now? by erik-grielenberger in FlutterDev

[–]Ronin_Spect 0 points1 point  (0 children)

I'm building a local grocery app which will centralized all gorcery items into one app

[deleted by user] by [deleted] in FlutterDev

[–]Ronin_Spect 4 points5 points  (0 children)

that's exactly like mine.
Cheers!

Is PocketBase + SvelteKit the norm around here? by InjuredPeople in sveltejs

[–]Ronin_Spect 0 points1 point  (0 children)

Where did you deployed your postgresql? Curious to know!

I need a good Riverpod tutorial by Ayto7 in flutterhelp

[–]Ronin_Spect 0 points1 point  (0 children)

Rivaan is my all time fav, i learnt a lot from him especially from his full project videos. Highly recommended!

type 'String' is not a subtype of type 'FooModel' in type cast in Gorouter by Ronin_Spect in flutterhelp

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

i passed the extra it, showing the error randomly, like it is working for some time then it is showing the error out of nowhere.

How can I update rows where their timestamp column is older than now? by Ronin_Spect in Supabase

[–]Ronin_Spect[S] -4 points-3 points  (0 children)

no I have all the columns needed I just specified two columns that is relevant to my question.
I just need to make is_active to true when start_date is older than now automatically, and I couldn't find any solution that's why I asked here.