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,
});
}
Pinned Loading
-
safe-driving-idea-festival/Safe_Driving_Flutter
safe-driving-idea-festival/Safe_Driving_Flutter Public졸음 운전, 주시 태만을 위한 AI를 활용한 어플리케이션
Dart 2
-
-
-
Jusicool-Ver-2-0/Jusicool-iOS
Jusicool-Ver-2-0/Jusicool-iOS Public[Jusicool 모의주식 투자 서비스] IOS 서비스
Dart 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



