Skip to content
View maazkhan-tech's full-sized avatar
πŸ’­
Stay curious. Keep building.
πŸ’­
Stay curious. Keep building.

Block or report maazkhan-tech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maazkhan-tech/README.md

Typing SVG


LinkedIn GitHub Email Location Open to Work


Hi, I'm Maaz Khan β€” Flutter Developer

I'm a Flutter & Dart developer with 2+ years of hands-on experience building cross-platform mobile applications for Android and iOS. I work at Software Ignit (Swat, Pakistan) where I've shipped production-ready apps using modern Flutter architecture, REST API integrations, and scalable state management patterns.

I care deeply about clean code, smooth UI/UX, and apps that actually work in the real world β€” including offline.

I build apps that look great, scale well, and users love to use.


What I Can Do For Your Team

  • Build production-ready Flutter apps for Android and iOS from scratch
  • Integrate REST APIs and Firebase backends for real-time, dynamic applications
  • Implement offline-first functionality using SQLite and Hive local databases
  • Structure projects with Clean Architecture / MVVM for long-term maintainability
  • Deliver pixel-perfect UI from Figma designs with Material Design components
  • Write reusable, modular code that speeds up your team's development

What I Build

Cross-platform mobile apps  ──►  Android + iOS from a single Flutter codebase
API-connected apps          ──►  Real-time data, authentication, dynamic content
Offline-capable apps        ──►  SQLite / Hive for seamless offline experiences
UI-focused apps             ──►  Pixel-perfect designs from Figma β†’ Flutter
E-commerce & dashboards     ──►  Product listings, admin panels, data displays

Tech Stack

Mobile Development

Flutter Dart Android iOS

State Management

Riverpod Provider GetX

Backend & APIs

Firebase REST API Dio JSON

Databases

SQLite Hive Firestore

Tools & Workflow

Git GitHub Android Studio VS Code Figma Postman


Featured Projects

πŸ’‘ Each project below demonstrates a key Flutter development skill. Click through to explore the code.


Cross-platform app with live API integration

A production-style Flutter app that fetches and displays dynamic data from a REST API using the HTTP package. Features include loading states, error handling, pagination, and clean MVVM architecture.

Flutter Dart REST API HTTP Riverpod MVVM


Offline-first app using SQLite

A fully offline-capable mobile app built with Flutter, demonstrating local database implementation with SQLite (sqflite). Includes CRUD operations, persistent storage, and a clean, responsive UI.

Flutter Dart SQLite Hive Riverpod Material Design


REST API integration and data handling

A Flutter project focused on learning and implementing REST API integration.
This app fetches data from external APIs and displays it using clean UI components.
It demonstrates best practices for handling network requests, JSON parsing, and state updates in Flutter.

Flutter Dart REST API HTTP Requests JSON Parsing


Local storage diary application

A simple Flutter diary application that allows users to create, edit, and delete personal notes using a local SQLite database.

This project demonstrates how to implement local data persistence in Flutter using SQLite.

Flutter Dart SQLite Local Database Mobile App Development


GitHub Stats

GitHub Streak


Current Focus

class MaazKhan extends FlutterDeveloper {

  @override
  List<String> currentlyLearning = [
    'In-App Purchases & monetization strategies',
    'Advanced Clean Architecture patterns',
    'Firebase Cloud Functions & backend logic',
    'Node.js for backend API development',
    'Flutter Web & Desktop support',
  ];

  @override
  String currentGoal = 'Land a Junior Flutter Developer role or internship β€” remote or on-site';

  @override
  bool openToWork = true;

}

Open to Opportunities

I am actively looking for:

Role Type Location
Junior Flutter Developer Full-time Remote / Pakistan
Flutter Intern Internship Remote / Hybrid
Freelance Flutter Developer Contract Remote Worldwide

What I bring:

  • 2+ years building real Flutter apps in production
  • Full-stack mobile: UI, state management, APIs, databases
  • Published apps on Google Play Store
  • Fast learner, team player, problem solver

Let's talk: maazkhan.expert@gmail.com


Connect With Me

LinkedIn GitHub Email


Profile Visitors

Visitor Count


Popular repositories Loading

  1. flutter-todo-app flutter-todo-app Public

    A Flutter Todo app with Riverpod state management, SQLite local storage, GoRouter navigation, and 9 task categories

    Dart 1

  2. flutter-auth-api-practice flutter-auth-api-practice Public

    A Flutter full authentication flow practice app using the http package β€” Login, OTP, Register, Forgot Password, and Change Password connected to a live REST API

    Dart 1

  3. ecommerce-simple-app ecommerce-simple-app Public

    A Flutter e-commerce UI app with complete authentication flow β€” splash, sign in, register, forgot/reset password, and home screen

    C++

  4. flutter-diary-app-sqlite flutter-diary-app-sqlite Public

    A Flutter personal diary app with SQLite storage, voice recording, speech-to-text, mood tracking, calendar view, search, and dark/light theme support

    HTML

  5. flutter-task-manager flutter-task-manager Public

    A Flutter task manager app with Hive local storage, Riverpod AsyncNotifier state management, GoRouter navigation, and a clean repository architecture

    C++

  6. covid-tracker-app covid-tracker-app Public

    A Flutter app showing real-time global and per-country COVID-19 statistics using the disease.sh API, with pie charts, shimmer loading, and country search

    Dart