Skip to content
View ajilo297's full-sized avatar
:octocat:
Working
:octocat:
Working
Block or Report

Block or report ajilo297

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

Hi there 👋

  • 🔭 I’m currently working as a Software Engineer.
  • 👯 I’m open to collaborate on Open Source Flutter Libraries

StackOverflow Profile

Ajil's github stats

Pinned Loading

  1. Flutter-Dotted-Border Flutter-Dotted-Border Public

    A Flutter package to easily add dashed borders around widgets

    Dart 282 60

  2. flutter_tree_view flutter_tree_view Public

    A Flutter package to create an easily customisable Tree View

    Dart 65 19

  3. vscode-swagger-snippets vscode-swagger-snippets Public

    VS Code extension for Swagger OAS 3.0 snippets

    2 1

  4. adisreyaj/vscode-swagger-to-nodejs-server adisreyaj/vscode-swagger-to-nodejs-server Public

    Generate a NodeJS server based on Typescript from your API Swagger files.Get your server to a blazing start with this extension

    TypeScript 1 1

  5. Binary Clock Binary Clock
    1
    import 'package:flutter/material.dart';
    2
    import 'dart:async';
    3
    
                  
    4
    void main() {
    5
      runApp(MainApplication());