
Okay ...okay, I know I haven't posted a blog from day 17, please don't kill me. My health was real bad also I got no time to post blogs, but I didn't quit the coding challenge, so today is day 32 or something I guess. I learned a lot of things from d... https://wightintech.hashnode.dev/day-32-in-100daysofcode-challenge

In 2021, Flutter has become the most popular cross-platform mobile framework overtaking React Native. According to the survey, 42% of developers globally used Flutter. Overall, roughly a third of mobile developers use cross-platform technologies or f... https://artsemlazarchuk.hashnode.dev/flutter-for-app-development-10-reasons-to-choose

Make is a powerful tool for automating software builds, and it can be used to streamline common development tasks such as cleaning up build artifacts. In this article, we will explore how to use a Makefile to clean the iOS and Android folders of a Fl... https://iametornam.hashnode.dev/how-to-clean-the-ios-and-android-folders-of-a-flutter-project-with-a-makefile

Everything is a Widget!! Everything that you see on the screen is a widget. This includes everything from simple text and images to more complex user interface elements like buttons, lists, and animations. In other words, everything in Flutter is a w... https://niyaskunnekkadan.hashnode.dev/the-7-basic-widgets-on-flutter

Localization with flutter How to Implement Localization in Your Flutter App Are you ready to take your Flutter app global?
Implementing localization is the key to reaching a wider audience and providing a seamless user experience for international u... https://mustaqsaiyed.hashnode.dev/localization-with-flutter

Enum in flutter and how enum can be helpful in development.What an enum is and its new addition in Flutter 3 will be discussed.
What exactly is Enum?Enum is an acronym for “enumerated type,” which refers to a collection of names with fixed values. E... https://mustaqsaiyed.hashnode.dev/flutter-3what-is-enum

Introduction In today's world, the protection of sensitive information is a critical aspect of any application. One of the concerns that arise is the ability of users to take screenshots of the application's content, which may compromise sensitive da... https://yusof-antar.hashnode.dev/how-to-prevent-screenshots-in-ios-and-android-using-flutter2

Flutter is a powerful mobile app development framework that allows you to build high-quality apps. But with great power comes great responsibility, and one of your responsibilities as a developer is to write clean and maintainable code https://tenor.... https://varunlohade.hashnode.dev/linting-in-flutter

Dart is a modern, object-oriented programming language that was designed by Google for client-side and server-side development. One of the key features of Dart is its support for asynchronous programming, which is made possible through its built-in S... https://justifiedtech.hashnode.dev/dart-streams-explained

SOLID principles are a set of five design principles that aim to create software that is easy to maintain, extend, and modify. These principles were introduced by Robert C. Martin (also known as "Uncle Bob") and have been widely adopted in the softwa... https://mukundjogi.hashnode.dev/solid-principles-with-flutter