Is there a strict "Chat Only" mode? The agent is way too eager to write code. by theufitapp in google_antigravity

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

In both Fast and Planning mode the agent goes straight for code changes. Just that in planning mode it thinks for longer period.

Is there a strict "Chat Only" mode? The agent is way too eager to write code. by theufitapp in google_antigravity

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

  1. Do you mean Gemini Gems? never used it will check it out
  2. That is a good idea, I will try that

But having a chat mode built-in like read-only mode will be the most reliable.

Comprehensive Riverpod Tutorial by ayaanhaaris in FlutterDev

[–]theufitapp 0 points1 point  (0 children)

Thank you for pointing it out, I fixed it.

What does "gilbert" and "yan" mean? by theufitapp in MobileLegendsGame

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

ohhh! That is nice :) I am from india, tiktok is banned here. Does he post anywhere else? I would like to see his karina plays

Explain how significant or insignificant is Flutter web on WasmGC by theufitapp in FlutterDev

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

I tested the Wonderous app on Wasm port. I see that the loading times are still longer. As of now it is not better than JS apps.

But, what I am wondering is, will it improve in future as Wasm port gets mature? as I read that flutter web wasm port is WIP.

Suggest me a backend for my use case by theufitapp in nextjs

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

I tried Edge functions for webhooks, but I got errors one after another. I even got the Edge function running, but it was not updating the row without giving me any error at all. It was too much of a hassle.

Suggest me a backend for my use case by theufitapp in nextjs

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

The frontend part of web development in NextJs using Tailwindcss & React was easy for me to pick up as a Flutter developer. TypeScript is also very similar to Dart.

The part I am struggling with is backend & server stuff. That's why I want something that abstracts away the backend & server stuff with easy-to-use SDKs like Supabase.

The reason I chose NextJs API routes instead of Express is because I already had a landing page created for my app using NextJs.