Skip to content
View antonino3g's full-sized avatar

Block or report antonino3g

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

Hi there! 👋

Welcome to my profile!

Profile Viewer  GitHub stars  GitHub: reskimulud 

Code snippet about me

class Me {
  final String name;
  String course;
  String university;
  String job;
  String focus;
  final String pronouns;

  Me({
    required this.name,
    required this.course,
    required this.university,
    required this.job,
    required this.focus,
    required this.pronouns,
  });

  String whoIAm() {
    return '''
    👨🏻‍💻 My name is $name
    🎓 I graduated in $course from $university
    📚 My time is being spent learning $focus
    😎 Pronouns: $pronouns
    ''';
  }
}

void main() {
  var antonino = Me(
    name: "Antonino Praxedes",
    course: "Systems Analysis and Development",
    university: "Federal Institute of Roraima",
    job: "Mobile Developer",
    focus: "Flutter development and Java Spring Boot",
    pronouns: "He/Him",
  );

  print(antonino.whoIAm());
}

Output

    👨🏻‍💻 My name is Antonino Praxedes
    🎓 I graduated in Systems Analysis and Development from Federal Institute of Roraima
    📚 My time is being spent learning Flutter development and Java Spring Boot
    😎 Pronouns: He/Him

My top open source projects 🚀

video-maker frases-do-dia signature-app

My stats 📈

Languages, tools, and frameworks that I'm working on 🛠️

Flutter Dart React Node.js Java Spring Boot Git

How to find me 🔍

Gmail

Pinned Loading

  1. video-maker video-maker Public

    🤖 [PT-BR]Projeto open source para criação de vídeos automatizados com a utilização da API de inteligência artificial Watson (IBM), API Machining Learn da Algorithmia, API Google Imagens e Search. F…

    JavaScript 14 7

  2. frases-do-dia frases-do-dia Public

    📜 Aplicativo desenvolvido em Flutter para exibir frases inspiradoras e bíblicas aleatórias. A cada toque no botão "Nova Frase", o app seleciona uma citação dos Provérbios e exibe na tela.

    C++

  3. signature-app signature-app Public

    📱✏️ Aplicativo que captura a assinatura na tela do celular, mostra um preview e salva na memória interna do dispositivo. Feito em Dart & Flutter.

    Dart

  4. dart-backend dart-backend Public

    🎯 Dart no Backend. Construindo uma API Rest.

    Dart 1

  5. AgendaLab AgendaLab Public

    ☕ [PT-BR] Sistema em Java Web de gestão de datas e horários com o uso do componente Schedule Personalizado com o framework PrimeFaces. Outras tecnologias: JPA, JSF2, Hibernate, OmniFaces, JUnit, Ja…

    Java 4

  6. be-the-hero be-the-hero Public

    🐶🐱 Aplicação Web e Mobile de arrecadação de fundos para ONG's de apoio aos animais. API feita em Nodejs, Web com ReactJS e mobile com React Native.

    JavaScript