Flutter is an open-source mobile application development framework created by Google [so no wonder it has some search engine step ahead]. It is used to develop applications for Android, iOS, Linux, Mac, Windows, and the web. The framework is based on the Dart programming language and allows for the creation of high-performance, visually attractive apps….
Category: Choosing a Framework
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…
What are the Problems with Flutter Web?
As any other Platform, Flutter Web also has several problems. You can compare Flutter to a Swiss knife – that is hitting all places, but not always in a perfect way. It will minimize the work in some use cases, but it may increase or do not-optimally in another place. VMs – Virtual Machine inside…
First Principles thinking in Software
There are several perspective you could approach with First Principles thinking – when you dig into Software Development. What Software – the client needs or requires? If the client is simple and it’s not willing to pay a lot, one should not over engineer and put a lot of complicated architectures or new frameworks and…
Portfolio Platform Flutter App – 1 + BLOC & Overview
In this article I’ll extend my Portfolio Platform package with a mobile front end using the Flutter Framework with the bloc state management that is very semantic. It will output fully cross platform applications and I’m going to also try to learn a new stack. I’ll use the rx_bloc library. Finite State Machine All libraries,…
Design Architectures or Coding small Modules
The whole human existence makes you think in the small detail and modules and it doesn’t matter how big perspective and you have on Architectures of the society. It is somehow similar to the endless philosophical and spiritual battles between. Infinite and limited Philosophy/theory and practice Design Architectures This way of thinking inescapably is valid…
The base of all modern Software as a Service
There is a base of all modern Software as a Service. All modern applications, platforms and applications stand on the shoulders of several big and widespread protocols. Let me tell you first, a little bit of history and ways of architecting software. Socket & HTTP All big Platforms, Frameworks, Services and Applications stand on the…
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…
Web3 – Do you Really Need it?
Web3 is considered the next step in the evolution of the Internet. In terms of functionality – it means that some part of the software is interacting or is using source code based on the blockchain technology. Crypto Wallet The crypto wallet is in essence holder for private keys or accounts. It could sign, encrypt…
Standards, standards everywhere
Standards has become integral part of every technology out there. The whole Internet evolved because different companies have united together and have made all their work compatible with each other. Low Level APIs On very basic level the chips must be wrapped in instructions that the hardware programmers could use. They must be common and…