Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Flutter #플러터 #모바일앱만들기 #GetX
- 복권번호예측기 #Flutter #adMob #광고배너 #리워드형광고
- flutter #android #androidstudio
- GetX #CustomScrollView #Flutter
- 앱번들
- 플레이스토어 앱등록
- Flutter #플러터 #프로젝트 #파이어베이스 #파이어스토어 #Firebase #FireStore
- 초성게임앱 #플러터앱 #플러터카운트다운
- 유니티게임 #상점만들기 #뽑기구현 #케이디리듬게임
- 플러터 #Flutter #파이어베이스 #firebase #firestore #파이어스토어
- AAB
- 복권번호예측 #Flutter #플러터 #Provider
Archives
- Today
- Total
목록초성게임앱 #플러터앱 #플러터카운트다운 (1)
이코노딩

▶ Game1(초성게임) 옵션 페이지 ●필수 기능 1. 인원수, 타이머 선택 옵션 2. 게임 진행 설명창 ▶코드 class Game1 extends StatelessWidget { const Game1({Key? key}) : super(key: key); @override Widget build(BuildContext context) { //화면 세로고정 SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp,DeviceOrientation.portraitDown]); return MaterialApp( title: "초성게임", debugShowCheckedModeBanner: false, home: Game1Option(), ); }..
언어/Dart & Flutter
2022. 6. 6. 19:02