Skip to content
View libindev's full-sized avatar
🎯
Focusing
🎯
Focusing
  • India

Block or report libindev

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Resturants Resturants Public

    Sample android MVVM project by Android Architecture Components.

    Kotlin 1

  2. sample_flutter_app sample_flutter_app Public

    Sample flutter application.

    Dart 1 1

  3. flutter_widgets flutter_widgets Public

    Dart 1

  4. Kotlin Basics Kotlin Basics
    1
    package com.libindev.kotlintemplates
    2
    
                  
    3
    fun main(){
    4
    
                  
    5
    
                  
  5. Bloc flutter sample. Bloc flutter sample.
    1
    import 'package:flutter/material.dart';
    2
    import 'package:flutter_bloc/flutter_bloc.dart';
    3
    import 'package:flutter_sample_api_bloc/bloc/user_bloc.dart';
    4
    import 'package:flutter_sample_api_bloc/bloc/user_detail_bloc.dart';
    5
    import 'package:flutter_sample_api_bloc/repository/sample_api_client.dart';
  6. KotlinMultiCompose KotlinMultiCompose Public template

    Kotlin