Learn state management in Flutter by building a simple todo app

State management is a complex topic and is also a necessary topic in mobile application development. It plays a major role in building dynamic mobile apps. You’ll be able to build any kind of dynamic application if you master state management. This i... https://5minslearn.hashnode.dev/learn-state-management-in-flutter-by-building-a-simple-todo-app

Simplifying State Management in Flutter with Provider

What is State Management? State management is the process of managing the state of your Flutter application. The state of an application is the data that changes over time, such as the current user, the current page, or the contents of a shopping car... https://devcon.hashnode.dev/simplifying-state-management-in-flutter-with-provider

How to add a splash screen in a Flutter app?

Here's how to add a splash screen in your Flutter app. Install the dependency Install the Flutter native splash package using any of these methods. bash flutter pub add flutter_native_splash

OR dart dependencies: flutter_native_splash: ^2.2.19

Crea... https://iswar.hashnode.dev/how-to-add-a-splash-screen-in-a-flutter-app

Firebase Played Us!

What is Firebase? To put it very simply, Firebase is an external database service. They define themselves as: “A set of back-end cloud computing services and application development platforms provided by Google” for more information check here: https... https://sipping.hashnode.dev/firebase-played-us

The Red Death of Flutter

The Beauty of Flutter: Flutter is beautiful. Why such a statement? It is because Flutter takes the hardships out of mobile development …..for the most part. In the past, a mobile developer would usually start off making their app in Android. Then, if... https://sipping.hashnode.dev/the-red-death-of-flutter

A Step-by-Step Guide to Creating a Basic Calculator App in Flutter

In the ever-evolving world of mobile app development, Flutter has emerged as a robust cross-platform framework, empowering developers to build stunning and intuitive applications. Among the multitude of possibilities, one project stands out as a fund... https://syntax007.hashnode.dev/a-step-by-step-guide-to-creating-a-basic-calculator-app-in-flutter

Flutter : Save base64 string as pdf on mobile device

In modern mobile app development, it's common to encounter scenarios where you need to download files such as PDF documents. One approach is to encode the file as a Base64 string and then download it. In this article, we will explore how to download ... https://nnamdei.hashnode.dev/flutter-save-base64-string-as-pdf-on-mobile-device

Destructuring Feature in Dart 3?

Introduction Dart is a modern, object-oriented programming language developed by Google. Originally designed as a replacement for JavaScript in web development, Dart has evolved to become a versatile language used for mobile, desktop, and server-side... https://gwhyyy.com/destructuring-feature-in-dart-3

React Native vs Flutter: Which one is best?

Introduction In today's fast-paced world, the demand for mobile app development is skyrocketing. Businesses of all sizes are seeking ways to create cross-platform applications that effortlessly cater to both Android and iOS users. If you're on the hu... https://riteshkokam.hashnode.dev/react-native-vs-flutter-which-one-is-best

Publish and upgrade your Flutter Package on pub.dev

You are developing your awesome flutter app implementation awesome functionalities and awesome widgets. Now you want to share that awesomeness with others. How do you do so? Of course. By publishing your awesome widgets as a package. But how do you d... https://successsupreme.hashnode.dev/publish-and-upgrade-your-flutter-package-on-pubdev


Chercher