Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Iamstanlee's full-sized avatar
๐Ÿš€
๐Ÿš€

Block or report Iamstanlee

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

Hey, I'm Stanley ๐Ÿ‘‹

Mobile & Fullstack Software Engineer

LinkedIn Connect Portfolio Twitter

Pinned Loading

  1. pokedex pokedex Public

    Pokemon app built with poke-api and flutter

    Dart 10

  2. expense_bud expense_bud Public

    An app to keep of track your expenses and stay on top of your game with detailed insights, built with clean architecture and MVVM pattern ๐Ÿš€

    Dart 69 31

  3. Merkle(Hash) Tree Implementation Merkle(Hash) Tree Implementation
    1
    class MerkleTree {
    2
        constructor(leaves, concatHash) {
    3
            this.leaves = leaves;
    4
            this.concatHash = concatHash;
    5
        }
  4. backdrop_pets_app backdrop_pets_app Public

    TypeScript 4

  5. linkfy_text linkfy_text Public

    A lightweight flutter package to linkify texts containing urls, emails and hashtags

    Dart 33 32

  6. flutter_inapp_inspector flutter_inapp_inspector Public

    A mini debug app for inspecting flutter app performance, requests, and logs. Used by qa and design teams to report issues directly to the right development team

    Dart 1