Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1213
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: Do we have support for Windows on ARM64?
Goto Forum:
  


Current Time: Thu Aug 14 02:20:42 CEST 2025

Total time taken to generate the page: 0.15735 seconds