React & Flutter Framework are Brothers from different Fathers. Flutter and React share the goal of facilitating UI development, they have distinct characteristics and are not directly related, but the underlying concepts are so obviously identical. Component-Based Architecture Both Flutter and React follow a component-based architecture, where the user interface is broken down into reusable…
Category: Graphical User Interface
Category containing articles about Graphical User Interfaces
Flutter Material Icons
In my opinion – it is great that Flutter provides build-in Material Icons – most commonly used forms and all kinds of user interfaces. One of the powers of platforms are their commonality – so there is small to none learning curve of everyday users. – You have a disadvantage if you want to have…
Vaadin – Abstracting away the Web for Business Applications with Java
Vaadin is a Java framework for building modern Business Web Applications. It is designed to simplify and abstract away the complexities of web development, allowing you to create rich, interactive user interfaces using ONLY Java. I personally use it for Administrative interfaces as it minimizes the need to write separate logic for the server-side functionality…
How important are Keys in Flutter?
Keys in Flutter play a vital role in managing and identifying widgets within the widget tree. It is a component that helps Flutter determine the identity and uniqueness of the visual elements. While keys may seem like a simple concept, they have significant implications for performance, state management, and user interface rerendering after changes. Widget…
What are the Flutter BloC State Management – Common States
In the BLoC (Business Logic Component) state management pattern of Flutter Framework, there are typically few common states used to represent the different stages of data or UI changes. Loading State The loading state is used to indicate that the application or a specific feature is currently fetching data from an external source, such as…
Great User Experiences with Flutter
Flutter is a powerful framework that allows developers to create rich and engaging user experiences. Here are some ideas for creating great user experiences with Flutter. Custom Animations Flutter allows developers to create custom animations that can be used to add visual interest and interactivity to the user interface. Animations can be used to create…
Flutter vs Java GUI (Graphical User Interface) Frameworks
Here is my presentation and prepared text for the lecture ” Flutter vs Java GUI (Graphical User Interface) Frameworks ” – given at http://polyglot4dev.com/ presented in the summer of 2022. In this post I’ll try to tell stuff that I didn’t managed to say, write, or emphasise before. Flutter vs Java Graphical User Interface Frameworks…
How to pinch Flutter to your Manager
If you want to persuade your manager to use Flutter for your next mobile app development project, here are a few points you might consider: By highlighting the benefits of Flutter, you can help convince your manager that it is the right choice for your next mobile app development project. It may also be helpful…
Why Choose Flutter Framework for CTO
As a CTO, you have a lot of responsibilities and must make many important decisions about the technology and tools your team uses and if you target mobile – One framework that you may want to consider is Flutter, a cross-platform mobile app development framework created by Google. As part of Google – this may…
Pixel Perfect is dead, long Live the Pixel Perfect! and Flutter
Pixel Perfect is death, long Live the Pixel Perfect, and I’ll recommend Flutter – without any personal gain from it! If you code for Web, Desktop, Android, iOS or Flutter as All – you know what I fight against. There are incoming requirements, there are users and customers, there are technical tools and limits. A…