Skip to content
View hugobrancowb's full-sized avatar
🧑‍💻
🧑‍💻
Block or Report

Block or report hugobrancowb

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

👨‍💻 Software Engineer

Mobile App Development using Flutter.
FrontEnd Web Applications based on Angular 5+ and React with Typescript.
BackEnd Microsservices built using Play Framework with Java.

@hugobrancowb's Holopin board

Pinned

  1. barcode_bill_scanner barcode_bill_scanner Public

    Barcode Bill Scanner aims to be used by brazilian apps willing to get a readable code from a horizontal barcode, mainly from bills.

    Dart 6 3

  2. google_barcode_kit google_barcode_kit Public

    Forked from flutter-ml/google_ml_kit_flutter

    A treeshaked flutter plugin that implements google's standalone barcode reading from the ml kit

    Dart 2 2

  3. pre-commit.sh pre-commit.sh
    1
    #!/bin/sh
    2
    #
    3
    # Runs dart format and flutter analyze before every git commit. 
    4
    # 
    5
    # This git-hook runs every time user tries to commit files from a flutter project.
  4. pre-push.sh pre-push.sh
    1
    #!/bin/sh
    2
    #
    3
    # Runes flutter test before every git push. 
    4
    # 
    5
    # This git-hook runs every time user tries to push a commit from a flutter project.