![This week in Flutter #31](https://www.cdn5.niftycent.com/d/1/V/p/y/r/n/this-week-in-flutter-31.webp)
It's Black Friday this week, and there are some nice sales for developers. Check some for macOS/iOS , some for web/software engineers , and some for developers and entrepreneurs . In particular, raywenderlich.com has some nice Black Friday deals: 50%... https://mvolpato.hashnode.dev/this-week-in-flutter-31
![Introduction to Flutter Widgets: Scaffold and its properties](https://www.cdn5.niftycent.com/d/e/L/o/Q/l/x/introduction-to-flutter-widgets-scaffold-and-its-properties.webp)
As a Flutter developer, you should get familiar with the term 'SCAFFOLD' because this is first thing you seeing any basic flutter app. You may be wondering what is Scaffold? Why is it so important in Flutter?
Not to be confused with Scaffold in bui... https://becca.hashnode.dev/introduction-to-flutter-widgets-scaffold-and-its-properties
![Start of my 100 days of Flutter challenge](https://www.cdn5.niftycent.com/d/1/n/A/O/Y/M/start-of-my-100-days-of-flutter-challenge.webp)
Tomorrow (November 16th, 2021), I will start with a new challenge: 100 days of Flutter. The general plan is to make my app better. Launch new features and generate more downloads. My app My second iOS app and first Android app is live on the App Stor... https://blog.codeblock.nl/start-of-my-100-days-of-flutter-challenge
![Answering The Frequently Asked Questions in Flutter Development #2](https://www.cdn5.niftycent.com/d/1/E/E/6/j/M/answering-the-frequently-asked-questions-in-flutter-development-2.webp)
This is Part #2 of the Flutter FAQs series. In this series, I'm compiling all of the frequently asked questions that Flutter developers encounter while building an app. So let's get this party started.
- How to Auto-Complete TextField
Filling ou... https://dhruvnakum.xyz/answering-the-frequently-asked-questions-in-flutter-development-2
![Form Validation in Flutter](https://www.cdn5.niftycent.com/d/1/0/E/o/p/3/form-validation-in-flutter.webp)
Form Validation is an important part of every application. In the flutter application, there are many ways to validate form such as using a TextEditingController. But handling text controller for every Input can be messy in big applications. Hence, F... https://topflightpros.hashnode.dev/form-validation-in-flutter
![Answering The Most Common Questions in Flutter Development #1](https://www.cdn5.niftycent.com/d/1/E/E/6/L/q/answering-the-most-common-questions-in-flutter-development-1.webp)
Flutter has definitely taken the developer community by storm. With the release of Google Flutter, developers are now able to develop cross-platform, native apps using Flutter. I put together a list of FAQs about flutter development, so take a look ... https://dhruvnakum.xyz/answering-the-most-common-questions-in-flutter-development-1
![Getting started with RenderObjects in Flutter](https://www.cdn5.niftycent.com/d/1/d/8/3/r/Z/getting-started-with-renderobjects-in-flutter.webp)
One of the many reasons I love flutter is it's flexible yet simple and is a fast means of creating beautiful UI, animations not to mention the number of packages available backed by a wonderful community. It requires minimal effort all we need to do ... https://jasper-dev.hashnode.dev/getting-started-with-renderobjects-in-flutter
![Start of my 100 day of Flutter challenge](https://www.cdn5.niftycent.com/d/k/Q/G/Z/g/g/start-of-my-100-day-of-flutter-challenge.webp)
Tomorrow (November 16th, 2021), I will start with a new challenge: 100 days of Flutter. The general plan is to make my app better. Launch new features and generate more downloads. My app My second iOS app and first Android app is live on the App Stor... https://blog.codeblock.nl/start-of-my-100-day-of-flutter-challenge
![Fullstack Serverless app with Flutter, Serverless Framework and Upstash(REDIS)(PART 2)](https://www.cdn5.niftycent.com/d/1/E/E/0/g/p/fullstack-serverless-app-with-flutter-serverless-framework-and-upstash-redis-part-2.webp)
Hey there!
How's it going?
Welcome to part 2 of this tutorial series. In the first part, we saw how to build a REST API using Upstash, Serverless Framework, and Redis.
In this part, we'll build a mobile application using Flutter, to consume our ... https://phatrabbitapps.com/fullstack-serverless-app-with-flutter-serverless-framework-and-upstashredispart-2
![Understanding null safety in Dart](https://www.cdn5.niftycent.com/d/k/A/O/x/p/w/understanding-null-safety-in-dart.webp)
Ever wondered what is all this fuss about null safety? In this article, I'll provide a brief introduction to null safety in Dart and share code examples for a better understanding.
Introduction Null safety helps you solve one of the most common erro... https://blog.adityasharma.co/understanding-null-safety-in-dart