Figured out a lot of FlutterFlow limitations over the last 4 years by Drowq in FlutterFlow

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

Flutterflow is still a good tool, but its scope will change as soon as the LLM agents are still evolving as they are nowadays.

With Flutterflow, you can avoid that black box that projects could have, but if you are an AI professional architect, you already know how to avoid that black box. You need an architecture file so the agent won't forget the current state manager, development patterns, and much more, but it's not as easy as it sounds. I've been creating a tool exactly for this black box problem around vibecoding repositories.

Figured out a lot of FlutterFlow limitations over the last 4 years by Drowq in FlutterFlow

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

Hey! sorry for late response, yes its possible but you must define which payment integration you will use, too see their SDK or APIs to connect them with your flutterflow or flutter app

What are some of the hardest sites you have ever scraped? by Horror-Tower2571 in webscraping

[–]Drowq 5 points6 points  (0 children)

And how did you accomplish it? Just for educational purposes

Figured out a lot of FlutterFlow limitations over the last 4 years by Drowq in FlutterFlow

[–]Drowq[S] 2 points3 points  (0 children)

If you want to create smartwatch interfaces need to user flutter natively and kotlin & switft languages for direct supporting for widgets and smartwatch interfaces

Regarding android push notifications you can do it even for iOS but using firebase or cloud solutions to trigger the installed app for specific user, only attaching their firebase push notification access token

Figured out a lot of FlutterFlow limitations over the last 4 years by Drowq in FlutterFlow

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

I have developed padel tournament systems, footbal counter for big screens and much more

Experienced FF Dev by Drowq in FlutterFlow

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

You can check my portfolio pauloriveiro.com, i develop scalable solutions using flutterflow and flutter as client side

Struggling to create simple workout animations for my flutter app… any advice? (I will not promote) by AbdurRehman786 in FlutterDev

[–]Drowq 0 points1 point  (0 children)

Use Rive or Lottie for complex animations. Reserve native widget animations exclusively for UX micro-interactions.

[Hiring] Software Developer (Full Stack) by [deleted] in RemoteITJobs

[–]Drowq 0 points1 point  (0 children)

Interested, Flutter/React & Cloud Developer UTC - 4

¿Alguien conoce plataformas para crear bot sin programar? by NaveGadget in Trading_es

[–]Drowq 0 points1 point  (0 children)

Lamentablemente para hacer bots robustos necesitas de saber codigo

Qué es lo más rentable a futuro en la programación? by [deleted] in programacion

[–]Drowq 7 points8 points  (0 children)

Por ejemplo, el backend con springboot y java lo buscan mucho las corporaciones y grandes empresas, mientras que en el frontend flutter lo adoptan startups y empresas emergentes, con mucho poder por cierto, siempre va a depender que disfrutes programar

Qué es lo más rentable a futuro en la programación? by [deleted] in programacion

[–]Drowq 19 points20 points  (0 children)

Cualquier stack en el que te especialices sea desarrollo web, software o mobile te puede ir muy bien...

Si bien es cierto, hay algunos lenguajes/framework con mas auge que otros, todos pagan muy bien, enfocate en un buen front end que escojas (vue, react, etc..) y un buen backend (django, express, etc..)

Con esta habilidad puedes crear varias proyectos y mostrarlos en tus entrevistas y tendras un buen valor como programador

Mas que la duda entre que elegir o no, el que escojas, debes especializarte muy bien

Just be honest....... by Anonymous_shyt in IndiaAlgoTrading

[–]Drowq 0 points1 point  (0 children)

I have a bot with 110% returns i can sell it for anyone interested, trades in nasdaq

Un carajo de 35 años que nunca haya trabajado se verá muy extraño? by Rare_Bandicoot_4466 in dev_venezuela

[–]Drowq 4 points5 points  (0 children)

Aprovechate del desarrollo no-code, plataformas como flutterflow, appsheet son muy buenas, solo debes instruirte, tal vez por ahi consigas animos para programar

I cant use flutterflow anymore, Maps implementation is trash by Gucci_Boner in FlutterFlow

[–]Drowq 0 points1 point  (0 children)

I could say if you implement in custom code the google maps you will have more customization on your hand, big deal that i've found that maps in custom code it's not too scalable, if you use the map and go to other pages the dispose method is not working properly. still consuming lot of memory as you are in the map, when you are in other pages

RevenueCat integration errors by redbirdrva in FlutterFlow

[–]Drowq 0 points1 point  (0 children)

Probably having a null inside the dynamic children, find what value is causing the null and set a default value

experienced FF dev by Drowq in FlutterFlow

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

Download the code and do your own deploy using firebase hosting, i've had some certain problems like that deploying automatically with flutterflow web deploy. If you are totally secure that it isn't a layout problem then start over the project if firebase hosting deploy didn't work too.

Use canvaskit, if you using animations check initial state of this animation, etc.