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

Highlights

  • Pro

Organizations

@CleverrWorks @Nathlete
Block or Report

Block or report Taosif7

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

  1. firegraph-dart firegraph-dart Public

    Firegraph is a dart plugin that lets you query firestore with GraphQL.

    Dart 9

  2. CleverrWorks/DorjMenu CleverrWorks/DorjMenu Public

    A Drawer library that supports List and Page style menu Items, RTL Layout, Dark Mode, Full customizability and Ease of Use.

    Java 4

  3. RingChartLib RingChartLib Public

    A Library to create ring chart

    Java 12 4

  4. Dart Geohash Implementation Dart Geohash Implementation
    1
    String chars = "0123456789bcdefghjkmnpqrstuvwxyz";
    2
    const BITS_PER_BASE32_CHAR = 5;
    3
    
                  
    4
    main() {
    5
      LatLng location = LatLng(22.5678, 72.1234);
  5. A Timer That runs infinitely and cal... A Timer That runs infinitely and calls its listeners on definite intervals
    1
    import android.os.CountDownTimer;
    2
    import java.util.Arrays;
    3
    
                  
    4
    public class InfiniteCounter extends CountDownTimer {
    5
    
                  
  6. Covid19Counter Covid19Counter Public

    An App made in flutter to get latest details about Covid19

    Dart