Menu
MY WRITINGS

Latest Posts

Thoughts, learnings, and insights about development and technology.

Getting Started with Dart Edge and Cloudflare Workers

#cloudflare-workers

Create and deploy your first Cloudflare Workers using Dart Edge

→ read

Error Pages in Sveltekit

#sveltekit

Learn how to change the default error page in SvelteKit

→ read

Setup Tailwind CSS in Astro

#astro#tailwind

→ read

Zoom Image on Hover in Tailwind CSS

#tailwind

Learn How to create an image zoom effect when hovering in Tailwind CSS

→ read

Bearer Token Authentication in Flutter

#flutter

→ read

Quickly Install Appwrite on Digital Ocean

#appwrite

Quicky install Appwrite using the Digital Ocean Marketplace

→ read

Bought a Digital Ocean Droplet

→ read

Find File extension from File path in Flutter

#flutter

Find out how to find the file extension of a File in Flutter

→ read

The Dart String Endswith method

#dart#flutter

All about dart endsWith method on String.

→ read

Convert String to Lower Case and Upper Case in Dart

#dart#flutter

Learn how to change case in Dart and Flutter

→ read

The Dart String Trim method

#dart#flutter

All about Dart trim() method for string. Useful for removing whitespaces from start and end in Dart and Flutter Apps.

→ read

Deleting a Firestore Document in Flutter

#flutter#firebase

→ read

Update Firestore Document in Flutter

#flutter#firebase

→ read

Adding Dart Objects to Firestore in Flutter

#flutter#firebase

Article on How to Add Data to Firestore in Flutter

→ read

Flutter Listview From Firestore using Dart Objects

#flutter#firebase

Learn How to create a ListView From Firestore Using Dart Objects

→ read

Disabling Touch Events in Flutter

#flutter

Learn How to disable Touch input for Widgets in Flutter

→ read

Change Logo in Flutter Android Application

#flutter

Change Logo of our Flutter App, without any package or Image Asset Studio

→ read

Setup Firebase Messaging in Flutter

#flutter#firebase

→ read

Persisting Data on Firebase Emulator

#firebase

Learn How to persist Data in Firebase Emulators. aka, importing and exporting firebase emulators data in one line

→ read

Firebase Emulator setup for Flutter

#flutter#firebase

Learn How to Use Firebase Emulators with Flutter and How to fix those localhost error when using it.

→ read

Easy Dialogs using GetX

#flutter#getx

Let's learn How to create Dialogs easily using GetX

→ read

Check App on Different Screen Sizes and Orientations

#flutter

Article on Using Device Preview package for checking your app on Different Screen Sizes and Orientations

→ read

Sharing Files in Flutter

#flutter

Let's learn How to share files in Flutter!

→ read

Lock Device Orientation in Flutter

#flutter

Learn How to lock the device Orientation in Flutter

→ read

Create an Image from Widget in Flutter

#flutter

Let's learn how to create an Image from Widgets in Flutter using RepaintBoundary widget

→ read

Exit Confirmation in Flutter

#flutter

How to create a Confirmation Dialog on Exit in Flutter using WillPopScope widget

→ read

Show Licenses in Flutter

#flutter

A guide on Showing Licenses in Flutter

→ read

How to change the Border Shape of InkWell widget?

#flutter

Learn how to change the splash border of InkWell Widget.

→ read

Create Custom Buttons in Flutter

#flutter

A small guide on creating custom buttons in Flutter using InkWell widget

→ read

Create a project with Custom Package Name in Flutter

#flutter

Quick tip on How to create a Flutter project with custom package Name

→ read

Flutter Firebase Android Setup

#flutter#firebase

→ read

GetX Navigation Basics

#flutter#getx

→ read

Using Storage Permission in Flutter

#flutter

→ read

Flutter Snackbar Without Context using GetX

#flutter#getx

A Short guide on How to show SnackBars in Flutter using the awesome getx plugin 😊

→ read

Different Types of Snapshots in Flutter

#flutter#firebase

A short Guide on Different types of Snapshots available in Flutter

→ read

Flutter ListView from Firebase Firestore

#flutter#firebase

Learn How to load a ListView using Data from Firestore

→ read

Storing Custom Class Objects in Hive

#flutter#hive

A short guide on How to store Custom Objects in Hive NoSql Database

→ read

Flutter Web Quickstart

#flutter

A short guide on Flutter Web usage and publishing it to Web.

→ read

Ternary operator in Dart

#dart#flutter

Guide on How to use Ternary Operators in Dart, and how to use them for conditionally showing and Hiding Flutter Widgets

→ read

Create Apps using Blogger API in Flutter

#flutter

→ read

Image with Rounded corners in Flutter

#flutter#image

→ read

Scoop: Give your Windows Machine Super(Unix)Powers!

Know how to Install Scoop, A powerful yet small tool to get the ability to install software via Command Prompt In windows. Just like Linux And MacOs 😉.