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

Block or report ankesh-kumar

Report abuse

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

Report abuse

Pinned Loading

  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 120 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