Skip to content
View isaacscardoso's full-sized avatar
🎨
Vita brevis, ars longa.
🎨
Vita brevis, ars longa.
  • Brazil > Minas Gerais

Highlights

  • Pro

Organizations

@Blueshrine
Block or Report

Block or report isaacscardoso

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

Flutter Dart HTML5 CSS3 JavaScript TypeScript Laravel PHP

final class Developer {
  final String username;
  final String name;
  final String email;
  final List<Uri> social;
  final Map<String, List<String>> code;

  const Developer({
    required this.username,
    required this.name,
    required this.email,
    required this.social,
    required this.code,
  });

  factory Developer.defaultDeveloper() {
    return Developer(
      username: 'isaacscardoso',
      name: 'Isaac Cardoso Silva',
      email: '[email protected]',
      social: [
        Uri.parse('https://github.com/isaacscardoso'),
        Uri.parse('https://www.linkedin.com/in/isaacscardoso/'),
      ],
      code: {
        'mobile': ['Flutter'],
        'frontend': ['Flutter', 'HTML5', 'CSS3', 'JavaScript', 'TypeScript', 'Bootstrap'],
        'backend': ['PHP', 'Laravel', 'Dart'],
        'database': ['MySQL'],
        'tools': ['Git', 'Bash', 'GPT', 'Gemini'],
        'misc': ['Firebase', 'TDD', 'Scrum', 'Solid', 'Clean Architecture'],
      },
    );
  }
}

Snake animation

Pinned Loading

  1. blueshrine-weather-station blueshrine-weather-station Public

    An application that aims to display the climate state of different cities. Using and consuming the OpenWeather API to get the data.

    Dart 1

  2. blueshrine-opinion-poll blueshrine-opinion-poll Public

    This application is a list of polls of topics related to programming. Made in Flutter using TDD, Clean Architecture, Design Patterns and SOLID Principles.

    Dart 1