Skip to content
View sajjadjaved01's full-sized avatar
Block or Report

Block or report sajjadjaved01

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
sajjadjaved01/README.md

Hi there 👋 I'm SajjadJaved! 👋

Sajjad Twitter Sajjad's Linkdein Sajjad's Github Sajjad's Instagram Sajjad's Facebook

Languages and Tools:



  • 🔭 I’m currently working on Flutter, React Native, Vue 3 and Laravel
  • 🌱 I’m currently learning more about Flutter & React Native...
  • 💬 Ask me about Flutter, React Native and Android ...
  • 📫 How to reach me: Twitter - @sajjadjaved01 LinkedIn - sajjadjaved01
  • ⚡ Fun fact: I spend almost 2 hours listening songs & 10Mins finding playlist to match Mood / WorkType...

Show some ❤️ by starring some of the repositories!

Pinned

  1. iptv iptv Public

    Android project for live streaming IPTV

    Kotlin 182 88

  2. Handle API States Handle API States
    1
    sealed class State<T> {
    2
        class Loading<T> : State<T>()
    3
    
    
    4
        data class Success<T>(val data: T) : State<T>()
    5
    
    
  3. ListAdapterTemplate.kt ListAdapterTemplate.kt
    1
    #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
    2
    
    
    3
    import androidx.recyclerview.widget.RecyclerView
    4
    import android.view.LayoutInflater
    5
    import android.view.View
  4. Multiselect / Single-Select dropdown. Multiselect / Single-Select dropdown.
    1
    import { MaterialIcons } from "@expo/vector-icons";
    2
    import React, { useEffect, useState } from "react";
    3
    import { FlatList, Image, Pressable, StyleSheet, Text, TouchableOpacity, View, ViewStyle } from "react-native";
    4
    import DashedLine from "react-native-dashed-line";
    5
    import { RFValue } from "react-native-responsive-fontsize";