Dart is easily my favorite programing language. It's the best parts of C# plus real dynamics. The Flutter ecosystem is already above and ahead of React Native , a big part of it is it doesn't have the baggage of npm, Babel and JavaScript. For a friend's side project I've been using Flutter Web and I couldn't be happier with it
Graphical User Interface Using Flutter in Embedded Systems [pdf]
11–20 of 202 posts
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#12On an x86 Linux desktop, Flutter apps can run pretty well and very fast. I hope that holds true on embedded/mobile.
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#13One codebase to build apps on iOS, Android and for the web (as soon as they improve the web one to the release version) is great, and Flutter is fun to use.
The drawback could be the many states of management... But that is not a deal breaker
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#14Dart is easily my favorite programing language. It's the best parts of C# plus real dynamics. The Flutter ecosystem is already above and ahead of React Native , a big part of it is it doesn't have the baggage of npm, Babel and JavaScript. For a friend's side project I've been using Flutter Web and I couldn't be happier with it
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#15I've used both Flutter and React Native. Hands down, Flutter is the more enjoyable experience. Everything from the language, to the toolkit, to the IDE, to the final product, is just BETTER.
React Native is a bloated, hacky, slow, garbage pile by comparison.
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#16When you think about it, the way the Web does GUIs is pretty ass backward.
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#17Too bad Android diverged too far from the rest of the Linux world and isn't using Wayland.
Interestingly, Wayland is used to some extent in Chrome OS, including for bringing Android apps into the windowing system. See e.g. https://qiangbo-workspace.oss-cn-shanghai.aliyuncs.com/2019-... The implementation includes some interesting projects like Sommelier, a Wayland protocol proxy used as part of a setup to virtualize host resources safely: https://chromium.googlesource.com/chromiumos/platform2/+/HEA...
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#18Dart is easily my favorite programing language. It's the best parts of C# plus real dynamics. The Flutter ecosystem is already above and ahead of React Native , a big part of it is it doesn't have the baggage of npm, Babel and JavaScript. For a friend's side project I've been using Flutter Web and I couldn't be happier with it
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#19Great presentation. Also, really not surprising at all. Anyone that has tried getting a sample Flutter app running on a desktop will quickly find that it's shockingly easy and on almost all platforms will "just work" despite being in Alpha. The development experience in Flutter is great too. Anything that can help with that when developing for embedded systems is likely very tempting. I am curious why they went with…
Re: Graphical User Interface Using Flutter in Embedded Systems [pdf]
#20Dart is easily my favorite programing language. It's the best parts of C# plus real dynamics. The Flutter ecosystem is already above and ahead of React Native , a big part of it is it doesn't have the baggage of npm, Babel and JavaScript. For a friend's side project I've been using Flutter Web and I couldn't be happier with it