Author: Max Weber
-
Value 4 Value — Bitcoin Lightning
AI and V4V are new terms, and in this article I will explain to you why this website is powered by the Bitcoin Lightning network.
-
Why this website is not in Flutter
Hi there, and welcome to my new attempt of a creating a blog for my work :). There is not so much flashy things like a dark mode or any other cool feature that I usually like in my Blog websites that I created over the years. Just plain and simple WordPress with the default…
-
A terminal real time application with Dart Sockets
We already covered in another Article what an HTTP call is and how it works in a Client – Server Architecture. But today, we want to look at how to keep a connection open between the Client and the server to implement a Real-Time Application.
-
Step-by-Step guide for Flutter JSON Serialization
Serialization is the process in computer science to convert an object into something that can be saved in a database or be sent via a network request. Today we want to transform a JSON String that we receive from an API and transform it into an instance of an object.
-
Code Analysis & Linting in Flutter and Dart
Setup Code Linting for a Flutter project In the beginning, let me say that additional Linting in Flutter is a controversial topic. On one side, many love code linting, because it allows us to focus on crucial parts of our code. However, some people are not fond of it because it restricts them and leads…
-
Firebase Hosting for Flutter Web Projects in 4 easy steps
The app helps me to prevent the loss of my future recipes. I’m still working on my project, but meanwhile, I wanted to create also a web project out of it. So I decided to create a Flutter Web Project and deploy that to Firebase Hosting. If you want to publish it under GitHub Pages,…
-
Setup a Flutter Web Project on GitHub Pages
Flutter Channels To enable flutter web, you have to set up your Flutter CLI properly, and after that, you have to make sure you are on the right channel. Today when I write this post, Flutter web is still in beta, so we have to select a branch that supports beta features. The master channel…
-
How I started with Flutter
I searched for a strongly typed language that shows me errors before I am falling for them. Now after one and a half year I can say that I transformed from an Angular 2+ engineer to a Flutter engineer and I even started my own Youtube Channel with the topic FlutterExplained.
-
Flutter Project – Scrum Poker App
First, I want to start by creating a clear picture of what we want to achieve. I work currently on a Scrum Team, we always have to carry around our cards for sprint poker. These cards are old, dirty and very often used from a lot of teams and so I decided to change that…