
Application packages are packages that contain application-specific code. These packages are typically used to create a single application and are not expected to be reused in multiple projects. Application packages contain everything needed to build... https://melvinsalas.dev/app-packages-vs-lib-packages

Flutter’s text widget is the ultimate powerhouse for displaying text in your mobile application. It’s a Swiss Army knife of text customization, boasting an array of features that make it a breeze to use. From different text styles to internationaliza... https://siddhardha.hashnode.dev/the-art-of-text-centering-in-flutter

One of the essential features of any mobile app is the ability to send notifications to users. Notifications can be used to alert users about new content, remind them of important events, or simply keep them engaged with the app. In this blog, we wil... https://sungod.hashnode.dev/flutter-notifications

The innovative mobile software industry has dramatically affected digital transformation. The tech giants like Google and Facebook are creating frameworks like Flutter and React Native to compete in the market. Due to these mammoth names behind Flutt... https://optymizeeeee.hashnode.dev/flutter-vs-react-native-how-to-choose-the-best-cross-platform-framework

Introduction The package, built_value is used for creating immutable classes in Dart with JSON serialization. It's a great package and uses build_runner to create generated files to avoid boilerplate code.But if you've ever tried to deserialize a mod... https://blog.nikkigoel.com/custom-serializer-with-builtvalue-in-dart-and-flutter

As a Flutter developer, I've learned to expect the unexpected when it comes to bugs. But one particularly pesky issue I faced recently had me scratching my head for hours. Well, the title of this blog gives some hints, but let's find out the full sto... https://cswithiyush.hashnode.dev/the-gym-bro-who-saved-my-flutter-button-a-debugging-story

Introduction The package, built_value is used for creating immutable classes in Dart with JSON serialization. It's a great package and uses build_runner to create generated files to avoid boilerplate code.But if you've ever tried to deserialize a mod... https://blog.nikkigoel.com/custom-serialization-with-builtvalue-in-dart-and-flutter

To Listen to changes once To detect network connectivity in Flutter, you can use the Connectivity package. This package provides a way to check the current network connectivity status and listen for changes in connectivity. Here's an example code sni... https://kalicode.hashnode.dev/how-to-detect-network-connectivity-in-flutter

As a user, you must have noticed while using platforms like WhatsappWeb, Twitter web, etc, you can simply take a screenshot on your laptop and do ctrl + v and the image will get pasted. This kind of short cuts creates rich user experience. So, we wil... https://gitartha.hashnode.dev/ctrl-v-copy-pasting-images-onto-textfields
While developing the flutter application, we are facing many challenges. As we know, flutter doesn’t support any default project architecture. Other platforms like iOS & Android have MVC by default. If We will not choose a suitable architecture for t... https://kerollosragaie.com/flutter-bloc-clean-architecture-best-practice