Understanding JSON Serialization in Flutter using PODO!

Introducion

For every application to be dynamic and fully interactive it needs to communicate with the back-end using HTTP requests, after handling the requests you can use the received data immediately, but to make it manageable and easy to handl... https://www.saraahmed.net/understanding-json-serialization-in-flutter-using-podo

Writing Asynchronous Code

Ever felt like you had all the instructions in place but, for some unknown reason your program was not doing what you expected it to do, or it was acting weird? Well, we’ve all been there and will probably be there, again. In this short article, I’ll... https://juliotati.hashnode.dev/writing-asynchronous-code

Forms in Flutter

In this blog i'll will be showing you guys the easiest way to create forms in flutter / dart and how to use them. The steps will be followed as :- ✔1. Creating a Form Modal ✔2. Adding elements ✔3. Validating Form ✔4. Saving Form Data

  1. Creati... https://hashnode.com/post/forms-in-flutter-ckr54d4mj034krfs18lec91z1
Pin Dartpad for easier access.

I made a quick video showing how I pin Dartpad to make it easier to use. It was short enough to just make a quick video. I hope some of you find it useful. Cheers! https://timapple.com/pin-dartpad-for-easier-access

How to use Google Fonts in a Flutter application

Loading custom fonts is often needed for websites, applications, and graphic design. Today we'll investigate how to load Google fonts inside a flutter application. The end result will look like this:

If you want to work along with me, we start with ... https://h.daily-dev-tips.com/how-to-use-google-fonts-in-a-flutter-application

Understanding JSON Serialization in Flutter using PODO!

Introducion

For every application to be dynamic and fully interactive it needs to communicate with the back-end using HTTP requests, after handling the requests you can use the received data immediately, but to make it manageable and easy to handl... https://saraahmed.net/understanding-json-serialization-in-flutter-using-podo

How to import a local widget in Flutter

So far, we quite a basic look at Flutter, and how everything works. We even made a cool sample Todo list application in Flutter. However, we placed all our code in the lib/main.dart file until now. You might be wondering, cool, but surely that gets a... https://h.daily-dev-tips.com/how-to-import-a-local-widget-in-flutter

Flutter Widgets: A Definitive Guide.

There are 410 widget subclasses in flutter framework. We will go through them one after another in this series. Basic Widgets

Text Image Icon ElevatedButton Row Column Wrap Container Scaffold AppBar Placeholder Card Checkbox Radio FloatingActionBut... https://blog.litedevs.com/flutter-widgets-a-definitive-guide

Flutter, Code Static Analysis with SonarQube

This article will give you a brief introduction to an analysis tool for your code. We will try to answer these questions: Why use sonarqube? How to install it?

The Spanish version of this article: Link

Introduction Sonarqube, like so many simi... https://jamescardona11.hashnode.dev/flutter-code-analysis-with-sonarqube

Flutter, Análisis estático de código con SonarQube.

Este artículo te dará una breve introducción a una herramienta de análisis para tu código. Trataremos de responder: ¿Para qué se usa?, ¿Cómo instalarlo?

La versión en Ingles de este artículo:

Introducción Sonarqube cómo tantas herramientas ... https://jamescardona11.hashnode.dev/flutter-analisis-estatico-de-codigo-con-sonarqube


Search