Skip to content
View uttufy's full-sized avatar
🎮
🎮
  • Amazon
  • UTC+05:30

Block or report uttufy

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

Pinned Loading

  1. IPEC-Students-App-Flutter Public archive

    This app automates the step that is needed to be followed in order to view attendance and also students can view the attendance table which is completely different from the traditional table which …

    Dart 13 4

  2. Xiaomi-Notebook14-Hackintosh Public archive

    Monterey/BigSur on Xiaomi NoteBook 14. Only for educational purposes. Open for improvements and suggestions

    ASL 27 5

  3. meet_notify Public archive

    A chrome extension that will listen to given keywords in google meet chat and sends a notification whenever a keyword is detected in the google meet chat.

    JavaScript

  4. flutter-meedu-player Public archive

    Forked from darwin-morocho/flutter-meedu-player

    ⭐ Added new features like VideoFit etc.

    Dart

  5. Dynamic Firestore Image Resizing Fun...
    1
    import * as functions from "firebase-functions";
    2
    import * as admin from "firebase-admin";
    3
    import * as sharp from "sharp";
    4
    
                  
    5
    // Just a list of all of the formats supported by Sharp
  6. Flutter Firestore Caching Example
    1
    // This how you can reduce read operation on firestore by caching.
    2
    // Since, '.get()' will always make network request which is billed in by firebase. 
    3
    // Using this caching technique we can reduce cost.  
    4
    
                  
    5
    Future getSlider() async {