Skip to content
View lucasclaros's full-sized avatar
  • Cobli
  • São Carlos - SP

Highlights

  • Pro

Block or report lucasclaros

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
lucasclaros/README.md
abstract class ComputerScientist {}

class LucasClaros extends ComputerScientist {
  LucasClaros({
    this.age = '21y'
    this.pronouns = 'He/Him',
    this.languagesSpoken = ['pt_BR', 'en_US'],
    this.currentWork = Cobli('Software Engineer Intern'),
    this.currentFocus = 'Learning fullstack development',
    this.technologies = const [
      Code(
        'C/C++',
        'Python',
      ),
      Web(
        'HTML/CSS',
        'Javascript',
        'React',
        'Kotlin/Spring Boot'
      ),
      Mobile(
        'Flutter',
      ),
      Miscellaneous(
        'Firebase',
        'Git Flow',
      ),
    ],
    this.askMeAbout = [
      'tech',
      'gaming',
      'app dev',
      'soccer 🇧🇷',
      'movies',
    ],
    this.funFact =
        'People say "Bless you" when you sneeze because when you sneeze,'
            'your heart stops for a millisecond.',
  });

  final String age;
  final String pronouns;
  final List<Language> languagesSpoken;
  final Company currentWork;
  final String currentFocus;
  final List<Technology> technologies;
  final List<Hobby> askMeAbout;
  final String funFact;
}

Contact

Linkedin Gmail

Pinned Loading

  1. MoviesAppFlutter MoviesAppFlutter Public

    This is my first app built with flutter!

    Dart

  2. projeto-hackathon-semcomp25 projeto-hackathon-semcomp25 Public

    Dart

  3. tcc-mecatronica tcc-mecatronica Public

    Este foi meu Trabalho de Conclusão de Curso Técnico em Mecatrônica feito em 2019.

    C++

  4. uni-projects-c uni-projects-c Public

    All projects/activities that i made in my classes

    C