Skip to content
View mtzcode's full-sized avatar
🧑‍💻
Focusing
🧑‍💻
Focusing
  • Ribeirão Preto

Block or report mtzcode

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

Hello Guys! ✌️

class Pabllo {
  final String name = "Pabllo Oliveira Martins";
  final String position = "Desenvolvedor Júnior";
  final List<String> languages = ["Flutter", "Dart", "Python", "SQL"];

  String introduce() {
    return "Meu nome é $name.\n"
           "Sou $position,\n"
           "e atualmente estou focado em: ${languages.join(', ')}.";
  }
}

void main() {
  final pabllo = Pabllo();
  print(pabllo.introduce());
}

🛠 Language and tools

dart logo flutter logo python logo mysql logo

🔥 My Stats :

stats graph languages graph

Popular repositories Loading

  1. mtzcode mtzcode Public

  2. web_developer_projects web_developer_projects Public

    Dart

  3. mobile_developer mobile_developer Public

    Dart

  4. sincroniza_nfce sincroniza_nfce Public

    Python