Skip to content
View Thesmader's full-sized avatar

Sponsoring

@neovim

Organizations

@dscnitrourkela @Monday-Morning

Block or report Thesmader

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

Smarak Das

I am a:

Contact Information:

  • Email: dsmarak17@gmail.com
  • Discord: thesmader17
  • Twitter: thesmader

⚑ Interests:

  • I like to develop apps and experiment with Flutter.
  • I love to use Vim and Linux. My dotfiles.

Pinned Loading

  1. Slog handler for building a map repr...
    1
    package maphandler
    2
    import (
    3
    	"context"
    4
    	"encoding/json"
    5
    	"fmt"
  2. Renders automatically scrolling list...
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    void main() {
    4
      runApp(const MyApp());
    5
    }