Skip to content
View farhansadikgalib's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report farhansadikgalib

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
farhansadikgalib/README.md

farhansadikgalib

Hello, folks! I'm Farhan 👨‍💻

📱 Mobile Application developer 📱

**What We Know Is a Drop, What We Don't Know Is An ocean !**

 
Spotify


Everything here is available under the Unlicense!

Linkedin E-Mail Visits

GIF

Pinned Loading

  1. ChemLab ChemLab Public

    A Flutter app for searching and analyzing chemical compounds, using clean architecture and PubChem API integration for real-time chemical data.

    Dart

  2. flutter-ecommerce flutter-ecommerce Public template

    ECommerce is a comprehensive Flutter application designed to provide a seamless shopping experience. This project serves as a robust starting point for building a full-featured e-commerce platform.

    Dart

  3. geo_sync geo_sync Public

    GEO SYNC is a Flutter-based application that uses SignalR for real-time communication.

    Dart

  4. twinkle twinkle Public template

    This repository contains the code for a chat application built with Flutter and Firebase. It features real-time messaging, user authentication, message editing, a typing indicator, and a responsive…

    C++

  5. Prottoyon Prottoyon Public

    This is designed to provide all types of certificate related services to the public.

    Java 1

  6. This ApiClient class is a network se... This ApiClient class is a network service wrapper for making HTTP requests in a Flutter app using the Dio package. It handles GET, POST, PUT, and DELETE requests, manages headers and authentication, checks for internet connectivity, shows/hides loaders, and safely parses JSON responses. It also provides error handling and user feedback for various HTTP status codes
    1
    import 'dart:convert';
    2
    import 'package:dio/dio.dart';
    3
    import 'package:get/get.dart' as getX;
    4
    import '../core/config/app_config.dart';
    5
    import '../core/connection_manager/connection_manager_controller.dart';