Skip to content
View iloveuhyeon's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Organizations

@myaongz

Block or report iloveuhyeon

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
iloveuhyeon/README.md

👋 PROFILE

class User {
 final String name = '박유현';
 final DateTime birthday = DateTime(2007, 02, 20);
 final String gender = 'Male';
 final String school = 'Gwangju Software Meister High School';
 final Major major = Major(
   development: 'Multi Platform Developer',
   language: ['Dart', 'kotlin'],
   framework: ['Flutter', 'Android'],
   interests: ['Next.js', 'Swift', 'etc.'],
 );
 final String github = 'iloveuhyeon';
 final String instagram = 'i_love_u_hyeon';
 final List<String> emails = ['[email protected]', '[email protected]'];
}

class Major {
 final String development;
 final List<String> language;
 final List<String> framework;
 final List<String> interests;

 Major({
   required this.development,
   required this.language,
   required this.framework,
   required this.interests,
 });
}

🌱 STATE

🚀 TECH STACK

📬 CONTACT

📊 GITHUB STATS

Pinned Loading

  1. safe-driving-idea-festival/Safe_Driving_Flutter safe-driving-idea-festival/Safe_Driving_Flutter Public

    졸음 운전, 주시 태만을 위한 AI를 활용한 어플리케이션

    Dart 2

  2. team-gogo/GOGO-App team-gogo/GOGO-App Public

    [스포츠 행사 플랫폼 GOGO] 모바일 서비스

    Dart 4

  3. Flutter-CI-CD Flutter-CI-CD Public template

    박유현이 만든 CI와 CD (앱 버전, pub.dev 버전)

    1

  4. Jusicool-Ver-2-0/Jusicool-iOS Jusicool-Ver-2-0/Jusicool-iOS Public

    [Jusicool 모의주식 투자 서비스] IOS 서비스

    Dart 2