03 - Flutter, Class Constructors

Final and Const Değişkeni asla değiştirmeyi düşünmüyorsak final ya da const kullanılabilir.

final yalnızca bir kez set edilebilir. const yalnızca compile-time da set edilir. Class içersinde kullanılıyorsa static ile birlikte kullanılır.

A tour of t... https://cengizkuscu.com/03-flutter-class-constructors

Flutter riverpod the better  provider

As you already Know state management In flutter can be a little tricky. especially when you are a beginner. Flutter provides packages like Provider that help in passing state. However, the major problem with this package lies whenever you are passing... https://namianya.codes/flutter-riverpod-the-better-provider

Simplifying Null Safety in Flutter

INTRODUCTION Have you ever run into the red screen of horror while debugging a flutter app?

I mean, if you haven’t, are you a Flutter developer at all? Out of numerous reasons for your app to relay your error in such a manner, null errors are one of... https://koredev.hashnode.dev/simplifying-null-safety-in-flutter

Is Learning Flutter Worth it? My Year in Review.

Grab a glass of juice and follow me on a ride. I'm not sure how long this is going to be but it's work mentioning that it might be a lengthy one. About Me My name is Temitope and I am a Flutter Developer. I have been building mobile apps in the last ... https://tayormi.hashnode.dev/is-learning-flutter-worth-it-my-year-in-review

Hello Flutter with Riverpod 1.0.0!

State Management in Flutter is an important topic not to be overlooked. Obviously, you can't just use set state(); throughout a project consisting of 3000 lines of code over 20 different files! There are many approaches in Flutter that you can use fo... https://chandramcodes.hashnode.dev/hello-flutter-with-riverpod-100

Hello Flutter with Riverpod 1.0.0!

State Management in Flutter is an important topic not to be overlooked. Obviously, you can't just use set state(); throughout a project consisting of 3000 lines of code over 20 different files! There are many approaches in Flutter that you can use fo... https://chandramcodes.com/hello-flutter-with-riverpod-100

Flutter Onboarding Screen

Hello to coders, flutter developers and programmers

Welcome to the first episode of "THE FLUTTER SERIES" so sit back and relax because

Since this is our first episode, how about we make onboarding screen in less than 100 lines of code using flut... https://collicle.hashnode.dev/flutter-onboarding-screen

Weekend App: 3D Pring Cost Calculator

A 3D Printer has been on my shopping/wishlist for some time, and this Black Friday a very nice one came up for a very good price, I had always assumed that the running costs of such a thing were relatively high, quite happy to say I was very wrong on... https://blog.remelehane.dev/weekend-app-3d-pring-cost-calculator

20 Amazing People To Follow on Twitter as a Flutter Developer

Vandad Nahavandipoor

Johannes Milke

Reso Coder

Majid Hajian

Pawan Kumar

Robert Brunhage

Tadas Petra

Andrea Bizzotto

Max Weber

Remi Rousselet

Felix Angelov

Matt Carroll

FilledStacks

Mangirdas Kazlauskas

Mike Rydstrom

Pooj... https://dhruvnakum.xyz/20-amazing-people-to-follow-on-twitter-as-a-flutter-developer

TODO List App using BLoC Pattern and SQLite

In this blog, we are going to create a basic to-do list app using the BLoC Pattern and SQLite database. So let's get started but before going to start and creating the app with all the functionalities we first need to understand what the BloC Pattern... https://jasman19.hashnode.dev/todo-list-using-bloc-pattern-and-sqllite


Search