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…
Category: Flutter
Asking questions to ChatGPT – about Flutter & Money
I’ve joined the hype and asked some basic questions ChatGPT – about Flutter & Money. While the responses were pretty impressive, at the end there was always a to-do or action item – left for my side. Here are the results. How to make money There are many ways to make money, and the best…
Public / Private Key Cryptography – Use Cases – Examples
Public / Private Key Cryptography is the core that allows the Internet to function. If I must use the metaphor from IT Crowd – if there is any “Internet Box” – it is the hash & crypto math. Use Cases HTTPS / SSL HTTPS/SSL allows any user to communicate with the servers – with a…
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…
Flutter Bloc List Network
Here is the evolution of my personal – first – on-hand experience – with Flutter Bloc List Network example that uses different techniques and approaches. I’ve used a product that I’m developing – that is available for sell – with different variations. My goal is to include an app version in the near future. Before…
Minimal Flutter Bloc App from scratch – 3
In this article I’ll explain the code of the Minimal Flutter Bloc App – version of an App that I’m building. Partial snippets you could see here: https://programtom.com/dev/2022/01/07/portfolio-platform-flutter-app-2-code-structure/. The full – working – minimal code you could copy from here: https://github.com/tomavelev/dev_examples/blob/master/bloc/lib_minimal_bloc/main.dart It’s a lot of times a good idea to complete the whole process of…
Portfolio Platform Flutter App – 2 – Code Structure
Here you have some code snippets of my Portfolio Platform Flutter App. I’ve written about the architecture and the software development approach in the previous post. The full code will be available in this package: https://programtom.com/dev/product/portfolio-platform-php some time in the future (currently 07.01.2022 – not). I’ll publish several versions between the beginning and the version…
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,…
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…
Mobile First Development Approach
In this article I’m gonna answer What it means to do Mobile First Development Approach. I’ll quote some personal experiences, projects and points of view. Responsive Design Responsive design idea has taken over the world thanks to several frameworks and platforms: Bootstrap, Material Design, and their integration in WordPress, React.JS, Angular and even the native…
