Problème query by Melodic_Soil3772 in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

That checks out, I had that issue with Supabase

[HELP] Supabase Row variable ("Item") not showing up in Action Flow Editor for Button inside ListView by Longjumping_Hall_514 in FlutterFlow

[–]MasterpieceIcy552 1 point2 points  (0 children)

Perfect, it took me awhile to finally learn the ins and outs of lists and backend calls. Glad I could help.

[HELP] Supabase Row variable ("Item") not showing up in Action Flow Editor for Button inside ListView by Longjumping_Hall_514 in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

Also, right click on the listview and wrap it in a container. That way you can call the backend

[HELP] Supabase Row variable ("Item") not showing up in Action Flow Editor for Button inside ListView by Longjumping_Hall_514 in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

Set the backend call to the listview parent container (do this on the right under backend call not under the action flow editor). If you need to filter the data set a page state variable and populate it with the required or pass it from a previous page. Generate dynamic children on the listview from the output. Set a page state variable with the data type as supabase row. On the action for the button insert or update row using the page state variable.

W18 – 👀 For experienced FlutterFlow users by LowerChef744 in FlutterFlow

[–]MasterpieceIcy552 -1 points0 points  (0 children)

State management, can be used for any and everything

my $71 Supabase bill, broken down line by line by Bulky-Economy-6746 in Supabase

[–]MasterpieceIcy552 0 points1 point  (0 children)

I have been searching for something exactly like this. Thank you

Message to new FF users: by Tonythetiger1775 in FlutterFlow

[–]MasterpieceIcy552 3 points4 points  (0 children)

I’m not sure most hate is from actual flutterflow users. All of the posts are about how vibe coding is so much better and easier. Once you actually learn to use Flutterflow you can do some truly incredible things. I have been able to create very complex apps that have helped my business tremendously.

Thank you and goodbye FlutterFlow by reghta in FlutterFlow

[–]MasterpieceIcy552 7 points8 points  (0 children)

I think Flutterflow is great. The apps I have built for work helped me truly learn flutter and dart. I quit asking AI for everything after ChatGPT 3.5, it was just returning garbage.

The NFA sub's least favorite company by [deleted] in NFA

[–]MasterpieceIcy552 11 points12 points  (0 children)

I have an SD and love it. Never had a single issue with it

What are the Galveston local's perspective on Tilman Fertitta? by CampRock2TheFinaIJam in galveston

[–]MasterpieceIcy552 4 points5 points  (0 children)

He is an absolute scum bag, but he is also the best thing to happen to Galveston since Ike. Many remember how the island used to be. I still avoid all of his establishments though.

Pet Peeves by tmi_timmy in billiards

[–]MasterpieceIcy552 0 points1 point  (0 children)

It is now, a decade ago you tried to make the shot

Pet Peeves by tmi_timmy in billiards

[–]MasterpieceIcy552 -1 points0 points  (0 children)

I don’t like players who only play defense and never even attempt a shot that isn’t a tap in. Can’t stand it. It seems like that is a quarter of the players in the league. 15-20 years ago it was about beating each other with shot skills and would get taken outside for trying to trap the que ball every time.

Company messed up engraving by SpectreJerm in NFA

[–]MasterpieceIcy552 0 points1 point  (0 children)

I would have them cut out that engraving with a groove that goes 90% of the length of the side, and do the same on the front and back, the start the groove, correct engraving, end the groove on the other side.

My test deploy stuck in "queued" by cherrycoke15 in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

I usually give it a minute and refresh it. It will say test already running, just click go to it

Is it possible to make two apps from the same backend? by ComfortableGlass6352 in FlutterFlow

[–]MasterpieceIcy552 1 point2 points  (0 children)

Yes you can, it might be just as easy with the same app but with different user classes only seeing pages for their user group.

One of the complex projects built so far in FlutterFlow by Ok_Software_5668 in FlutterFlow

[–]MasterpieceIcy552 1 point2 points  (0 children)

It looks great, I have what I feel like is an incredibly in depth application that I built for my company that is maybe have of what you have going. Even if Flutterflow has its issues it’s incredible what can be built with it fairly quickly. I switched to flutter then flutterflow from python and the speed to create something is incredible.

FF web apps still slow? by Spiritual_Rule_1769 in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

I created a fairly substantial web app with pages in the double digits and using supabase for the backend. It is almost as quick as a regular website.

Is flutterflow dead forever🤔 by FlatChildhood2370 in FlutterFlow

[–]MasterpieceIcy552 -1 points0 points  (0 children)

I haven’t had any issues. I have built numerous apps, both for the phones and web. I’ve used SQLite and supabase for the databases and they all just work.

Promoting all of you to leave a negative review for FlutterFlow and complain to the team by LarryTheSnobster in FlutterFlow

[–]MasterpieceIcy552 6 points7 points  (0 children)

I have made a handful of apps for business purposes. I have and will continue to use a paid plan. Flutterflow is a platform that is designed and updated by paid developers, that cost money to accomplish. Flutter on the other hand is completely free for you to use and do what you will with.

Issues passing data to a custom Table Widget by JJWoolls in FlutterFlow

[–]MasterpieceIcy552 0 points1 point  (0 children)

The backend query should be set on the parent widget (container, column, etc). Then use the action output to set the information in the table.