#Flutter

12 ENTRIES

Posts tagged with this topic.

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, …

Repositories that are worth mentioning

Repositories that are worth mentioning

Repositories that are worth mentioning The first Flutter Repository is created by Robert Felker, aka Solido. You can find a great list of resources that contains a …

Setup a Flutter Web Project on GitHub Pages

Setup a Flutter Web Project on GitHub Pages

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, …

How I started with Flutter

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+ …

Flutter Project - Scrum Poker App

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 …

GitHub Actions - For a Flutter Developer

GitHub Actions - For a Flutter Developer

GitHub Actions — Can I eat that? The short answer is no, but if you want to build, pack and deploy your app, it is maybe something for you. Github Actions is the CI / CD …

Flutter Journal App - Full Project with Chingu

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 …