Home
Blog

Our Blog

Welcome to our Flutter / Tech Blog

08/04/2022

Deployment of a Dart Server on Heroku

Running the first server is a fantastic experience for every developer. It gives you many options and possibilities and improves your general understanding of software engineering. After we learned in...

Max Weber Max Weber
Read more
01/04/2021

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...

Max Weber Max Weber
Read more
12/02/2020

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 ...

Max Weber Max Weber
Read more
11/02/2020

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...
Max Weber Max Weber
Read more
12/10/2019

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 a...
Max Weber Max Weber
Read more
27/09/2019

Clone a Website From Scratch

Pen & Paper: My best friends before starting to code

To be honest with you, I had no idea what I should code at first! So I started to google and figured out how I should begin and process my task ...

Mahtab Tadayon Mahtab Tadayon
Read more
02/09/2019

Flutter Journal App - Full Project with Chingu

I am coming from a Front End development background, and it’s always more comfortable for me to break down my applications from top to down. That usually means I first start to implement the basics in...
Max Weber Max Weber
Read more