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 previous 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
 
Read Message
Read Message
Previous Topic: Mold - Alternative Linker on Linux
Next Topic: Hello Upp World
Goto Forum:
  


Current Time: Fri May 01 11:34:17 GMT+2 2026

Total time taken to generate the page: 0.00692 seconds