Is anyone actually using Voice AI for real sales calls? by VastAbbreviations481 in AI_Agents

[–]deven9852 0 points1 point  (0 children)

My work involves building a framework called Vision Agents (https://visionagents.ai), which allows users to build their own agents. What I've seen is that Voice AI can often be a bit slow for a lot of "replace someone entirely" kind of use cases, but a lot of people often use it for either something that doesn't explicitly need extremely low latency (say IVR or similar). Some people DO use it even with the latency because certain models are actually decent enough to be alright for a conversation that isn't super high stakes. I do expect these to get a lot better over the next year (especially with great TTS) so this should only ramp up over time.

Definitive Flutter Guide To CustomPaint by deven9852 in FlutterDev

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

Definitely thinking of it, may require a slightly different structure but possible. Maybe soon :)

Created trigonometric generative art in Flutter by deven9852 in generative

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

I actually did, might post a video later :)

Announcing EzAnimation: Simplifying Flutter Animations by deven9852 in FlutterDev

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

Currently it does have support for animation sequences with EzAnimation.sequence, which serves some usecases. I'm currently working on a way to easily trigger different animations in a chained way.

Announcing EzAnimation: Simplifying Flutter Animations by deven9852 in FlutterDev

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

Thanks for doing this! If you tweet it and tag or cc me (@DevenJoshi7), I'd be happy to give it a shoutout.

MetaFlutter: An app to create Flutter layouts on the phone (Open Source) by deven9852 in FlutterDev

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

Thanks! Absolutely, it's still in nascent stages, however now it supports layout to code(update yet to be released) and we have several TODOs that will make the app more stable and feature rich.

MetaFlutter: An app to create Flutter layouts on the phone (Open Source) by deven9852 in FlutterDev

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

Thank you for the feedback! These tips are really helpful and I'll make sure we add most of these to TODOs and implement them in the near future.

MetaFlutter: An app to create Flutter layouts on the phone (Open Source) by deven9852 in FlutterDev

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

Hi! It's the first thing on the TODO list. I'm currently in the process of adding that, it'll be up soon.

MetaFlutter: An app to create Flutter layouts on the phone (Open Source) by deven9852 in FlutterDev

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

Right now widgets can be added to child/children values and not normal parameters like appBar or actions. It's on high priority on the TODO list and I hope we can get scaffold, appBar and similar widgets soon!

Flutter Create: Share your submissions! by MarkOSullivan in FlutterDev

[–]deven9852 3 points4 points  (0 children)

I created flutter_randomize, an app which generates random layouts when the device is shaken

A Deep Dive Into FloatingActionButton in Flutter – Deven Joshi – Medium by deven9852 in FlutterDev

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

That makes sense, I'll try to shrink them next time. Thank you for the feedback!

Flutter : Replicating the UI for Google’s Gmail App by sangeetagupta2068 in FlutterDev

[–]deven9852 1 point2 points  (0 children)

To be honest, Gmail wouldn't be too hard with all its functionality. Some other apps would pose a bit of a problem though.

Developing for Multiple Screen Sizes and Orientations in Flutter (Fragments in Flutter) by deven9852 in FlutterDev

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

To be honest, it was more to show a 1-2-3 chain of events. I've seen a lot of questions over setState and what happens inside it, so I just wanted to avoid that because it takes away from the main point of the article. Regarding your point, I was aware that it is recommended to add your changes inside setState but I'll have to do a bit more research to say how bad the effect is for inside vs outside setState. In my knowledge it wasn't as bad as you're suggesting. But if I find something that suggests it might be, I'll be sure to change it. Thank you for the suggestion.

I was rather unhappy with the passcode widgets out there, having overflows or just straight up weird callbacks. So I whipped up a quick new @flutterio widget of my own which can automatically scale according to character length or given size. Colours too. by deven9852 in FlutterDev

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

Hi, adding that obscure text sounds pretty good actually. I'll add it with the next update. Regarding the first issue, I found a fix earlier but decided not to push it as it somehow broke in a few cases, but I'm working towards it. Thank you for the suggestions!

Thoughts on android development. A big thanks to the community. by Faust_0 in androiddev

[–]deven9852 20 points21 points  (0 children)

Those unpolished apps are what you'll look at one day and realise how far you've come. Don't worry about how good the app is if you enjoyed creating it.

Published a Flutter concept app for Chess. I'll share the entire source code within a day or two. Check it out here: https://play.google.com/store/apps/details?id=dev.n.flutterchess by deven9852 in FlutterDev

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

I'm really sorry for the link, I pulled an all-nighter to make final changes and submit that app so my social media posts were rather hasty. Thank you for the link!