U++ framework
Do not panic. Ask here before giving up.

Home » Community » Coffee corner » Flutter experience
Flutter experience [message #61359] Mon, 30 December 2024 11:47 Go to next message
forlano is currently offline  forlano
Messages: 1221
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

I am learning this framework.

It is a frustrating experience. Even the most elementary things (keep track of a global variable and update the Widget/Ctrl containing it after some action, looks difficult. There are specialised library that try to do it in simple (sic!) way (state managment).
Moving from a screen to another is another nice experience
           onPressed: () {
              Navigator.of(context).push(MaterialPageRoute(
                  builder: (BuildContext context) => const SecondPage()));
            },


I wonder why, after the experience available with many good GUI toolkits like our U++, they seems to struggle at reinventing the wheel. Something is totally wrong or I am missing something very important.

Is there any hope to have our smartphone app in the Smart U++ way?

Happy New Year!
Luigi
Re: Flutter experience [message #61360 is a reply to message #61359] Mon, 30 December 2024 16:12 Go to previous message
Scott_Huang is currently offline  Scott_Huang
Messages: 27
Registered: December 2024
Promising Member
I try Flutter several years ago. Create a simple Andriod app quickly.

In short, it is quick framework to develop cross platform phone app,
and Google Dart/Flutter team not only enable it for Andriod/Mac but also enable for Window Desktop/Web.
For normal phone app it can save some time due to one set of code for multiple platforms.

Do U++ able create Andriod/Mac app too? And some code set build for phone & desktop & web?

Regards,
Scott Huang
Previous Topic: Mold - Alternative Linker on Linux
Next Topic: Hello Upp World
Goto Forum:
  


Current Time: Fri May 01 00:23:11 GMT+2 2026

Total time taken to generate the page: 0.00501 seconds