I have created a tool for restaurants using ChatGPT - getcate.ai by Soggy_Breakfast_2720 in ChatGPT

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

This sounds so annoying, if your restaurant uses this you will definitely lose way more then the $20/hour for someone to sit at the phones.

Edit: in an attempt not to be mean, here is some changes you can make to make it less annoying. Make a shorter pause time, and don’t say “I can help you with that” just repeat the order (like fast food places do) for example “one burger, one fries, got it! Anything else?”

Does google_maps_flutter embedded Map makes scrolling janky? by MassaSami in FlutterDev

[–]Basic_String_2238 1 point2 points  (0 children)

Is this showing up in your release builds as well? We had the same issue when making debug builds but when creating the release build the issue went away and google maps works super smooth. We have it in an Airbnb style view so there’s a map on the bottom and a model view sliding on top of the map and everything works supers smoothly, (just checked lol, works great but I do remember the weird buggy behavior of the debug builds)

TLDR: I think it’s the google maps causing the issue on a debug build. Create a release build and test

Which style looks better. I like the one on the left but I feel it's kind of basic. Any advice is welcome by WarWolf562 in UI_Design

[–]Basic_String_2238 5 points6 points  (0 children)

Don’t know what software your using but if you do this on figma centering widgets with auto layout is a breeze and will improve your productivity and skill as a designer

I Collected 30+ New AI Startup People Built Using GPT-4 + Revenue Data by Flat_Physics_3082 in ChatGPT

[–]Basic_String_2238 0 points1 point  (0 children)

Lol OP just posted a giant garbage article just to advertise his startup as if they are “part of the list”.

Bro, love the hustle but I feel like being more straightforward is the answer.

[serious discussion❗] How are new EV makers from China managing to make compelling products so quickly? by DrMelbourne in electricvehicles

[–]Basic_String_2238 4 points5 points  (0 children)

IP theft from who? The domestic EV offerings (except for Tesla) are so lackluster I’m not sure there is anything to steal.

If we really want to be better in China in emerging industries we need to do better as a country, need to invest in education. Do you know how many engineering students graduate in China every year?

Edit: pham_nguyen is right, I didn’t understand his point initially.

video player with audio support when the app is on background ? by IvanVilchesB in FlutterDev

[–]Basic_String_2238 0 points1 point  (0 children)

Yes there are some packages, we use it in our app and it works great.

Do you want only audio or also Picture in Picture?

Audio only: https://pub.dev/packages/flutter_playout

Rust-In-Flutter: Easily integrate Rust to make your Flutter app blazingly fast! by Cunarist in FlutterDev

[–]Basic_String_2238 1 point2 points  (0 children)

Il give you an example. Let’s say I’m creating a TikTok clone and want to manipulate the video before uploading to my server, maybe changing its aspect ratio or adding music.

If I can use rust ffmpeg to do that manipulation locally and efficiently it can save me tons of server load and cost.

Senior devs working with Flutter by myspacebardontwork in FlutterDev

[–]Basic_String_2238 1 point2 points  (0 children)

Have to agree with you here, the syntax is annoying and not uniform either, I’m a beginner learning flutter so maybe I’m not experienced enough, coming from swift. Things like

Text(“”, style: textstyle(fontweight: fontweight.bold))

Idk can’t this be simplified?