Skip to content
View Thesmader's full-sized avatar
🎯
Darted onto Flutter
🎯
Darted onto Flutter

Sponsoring

@neovim

Organizations

@dscnitrourkela @Monday-Morning
Block or Report

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

  1. Slog handler for building a map repr... Slog handler for building a map representation of the JSON outputted by slog.JSONHandler
    1
    package maphandler
    2
    import (
    3
    	"context"
    4
    	"encoding/json"
    5
    	"fmt"
  2. Renders automatically scrolling list... Renders automatically scrolling listview. Pauses on user interaction and resumes when user stop interacting with the listview
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    void main() {
    4
      runApp(const MyApp());
    5
    }