목록분석 (2)
투케이2K
[제 목][투케이 학습] : 소프트웨어 재공학 - 분석 (Analysis) 설명 정리 [설 명]-----------------------------------------------------------------------------------------[구 분]-----------------------------------------------------------------------------------------구분 : 투케이 학습 정리제목 : 소프트웨어 재공학 - 분석 (Analysis) 설명 정리--------------------------------------------------------------------------------------------------------------..

[개발 환경 설정]개발 툴 : AndroidStudio개발 언어 : Dart [원본 : main.dart 소스 코드]import 'package:flutter/material.dart';void main() { runApp(const MyApp());}class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( // This is..