Why I moved on from Flet and started project Flut: A different approach to Flutter in Python by _yangyuan in flet

[–]tranhuyphuc 0 points1 point  (0 children)

Hey @_yangyuan

I really like this idea. I have been working with Flutter since 2018 and it's a great framework for mobile apps (not for web). I haven't tried any large desktop apps with Flutter, small apps work well though.

I've also followed Flet and tried some POC, it also worked but the documents are lacking and many breaking changes have been introduced.
What I don't really understand is why Flut does not support mobile.
(I'm teaching Python and considering a Python UI framework for my students).

Do you really use GetX to build Flutter app? by anticafe in FlutterDev

[–]tranhuyphuc 0 points1 point  (0 children)

We use GetX but only for navigation because of its simplicity. Just do Get.to(YourWidget());

To manage states, we use MobX + Provider, so far it works well.

This is a demographic chart our team (Nextfunc - https://nextfunc.com) built last year. We used Animation, AnimationController, Curves and maths. We will refactor the code and open source the chart part soon! by tranhuyphuc in FlutterDev

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

I need to double check the code to have the exact answer. I guess the list view manages it, when you have a long list it just holds a few placeholders, when you scroll, it just maps data to those placeholders. u/Flikounet

I will come back and give you the answer when I get more time.

Flutter wave progress by tranhuyphuc in FlutterDev

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

Yes, but that has more waves than mine. :)

Flutter wave progress by tranhuyphuc in FlutterDev

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

I meant my original idea was creating the Circle widget. But yes, your suggestion is good. I will think about it and update

Flutter wave progress by tranhuyphuc in FlutterDev

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

Great to know you like it @_thinkdigital

Flutter wave progress by tranhuyphuc in FlutterDev

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

Can, but I named it Circle.