Skip to content
View ankesh-kumar's full-sized avatar
  • Ranchi, Jharkhand India
Block or Report

Block or report ankesh-kumar

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. Flutter-chat Flutter-chat Public

    A Flutter Chat application, for android, ios and web platform, using Firebase for Google Sign In/Sign Up and exchange text, emoji and images, include user online feature

    Dart 115 34

  2. chatbot_store chatbot_store Public

    chatbot for store , user can Query with chatbot for store details include store timing, payment and others.

    Jupyter Notebook

  3. spring_boot_mongodb_api spring_boot_mongodb_api Public

    spring boot api example with mongodb as backend

    Java

  4. flutter_file_upload flutter_file_upload Public

    Flutter File Upload example

    C++ 1

  5. webView_with_download_feature webView_with_download_feature
    1
    
                  
    2
    import android.Manifest;
    3
    import android.annotation.TargetApi;
    4
    import android.app.Activity;
    5
    import android.app.AlertDialog;
  6. sqlite database helper file flutter sqlite database helper file flutter
    1
    class ModelClass{
    2
      int id;
    3
      String stCol1="";
    4
      String stCol2="";
    5