4 Ways to Store Data Locally with your Flutter apps.

Introduction 📕 Storage is a very important aspect of any app. You will need to store some kind of data in any app that you make. Unless and until it is just a 1 or 2-page apps like a calculator or weather app. There are 2 major ways to store data. ... https://cswithiyush.hashnode.dev/4-ways-to-store-data-locally-with-your-flutter-apps

The Good and Bad of Flutter App Development

Let’s get it out of the way, mobile apps are amazing, it enables us to perform versatile tasks easily, and nearly everyone with a mobile app has used one or more apps. Some of these apps have gained massive popularity and adoption. Over the years the... https://qlier.hashnode.dev/the-good-and-bad-of-flutter-app-development

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)

Introduction Firestore offers the ability to perform atomic operations — "series of database operations such that either all occurs, or nothing occurs") — in form of Transactions and Batched Writes.

Transactions: a transaction is a set of read and w... https://blog.victoreronmosele.com/mocking-firestore-flutter-2

Fix Cannot revolve symbol 'Properties' and 'GradleException' in Flutter within few steps.

Fix Cannot resolve symbol 'Properties' and 'Gradle Exception' in Flutter.

Although this Error warning doesn't effect the app you build . But however you can fix this by following these steps below - : Step 1 Go to the folder andorid/app/build.gradl... https://snehasisghosh.hashnode.dev/fix-cannot-revolve-symbol-properties-and-gradleexception-in-flutter-within-few-steps

7 Learning Resources For Flutter Developers And Newbies

If you are a flutter developer or someone looking into learning mobile app development, you are at the right place. It gets hazy out there when you are looking for comprehensive flutter resources that could guide you in your flutter journey. Bother n... https://jovialcoder.hashnode.dev/7-learning-resources-for-flutter-developers-and-newbies

How to integrate Razorpay Payments with Flutter

Introduction 📕 The payment feature is a very common feature in a lot of apps like e-commerce, subscription-model app, etc. There are a few payment SDKs that work well with Flutter like Stripe & Razorpay. Today we will see how you can integrate the R... https://cswithiyush.hashnode.dev/how-to-integrate-razorpay-payments-with-flutter

Introduction to Mobile Application Development

This will our first post to medium about the mobile application development process. In Mobile application development we have the same process of the software development lifecycle.

Pre-planning and research

What is the main aim of the Applicatio... https://blog.mahavirvataliya.dev/introduction-to-mobile-application-development

What are null-aware operators in Flutter/Dart? A guide on different types of null-aware operators.

Introduction 📕 In today's article, we will look at all the different types of null-aware operators in Flutter. A null-aware operator is an important concept of Flutter because it can save you from random null-check errors. There are 4 different null... https://cswithiyush.hashnode.dev/what-are-null-aware-operators-in-flutterdart-a-guide-on-different-types-of-null-aware-operators

Flutter Memory Game

I made a memory game with flutter. I used AnimatedBuilder and just setState() There is a game box model and widget.

https://youtu.be/FhdZH1shHSM APK File https://drive.google.com/file/d/11Wi9i9tC-jftOuxBmqH0uGgR6rCdbNDV/view?usp=sharing Github repos... https://canerdemirciblog.hashnode.dev/flutter-memory-game

How to Use MobX as State Manager in Flutter

Introduction Welcome to another example in Flutter! This time, and continuing this state management series for Flutter, we’ll see how to use MobX in an easy example. You can check the previous article here, where we dealt with GetX: https://theloopco... https://theloopcorp.blog/state-management-mobx-flutter


Ricerca