일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Encapusulation
- compare
- Contour
- stream
- SERIAL
- Barcode
- java
- Read
- Android
- c++
- inheritance
- Unity
- public
- parameter
- preprocessing
- wpf
- sensor
- aduino
- flutter
- APP
- memory
- atmega328
- Class
- length
- file access
- 3D
- mfc
- digitalRead
- Pointer
- UNO
Archives
- Today
- Total
목록StatefulWidget (1)
폴크(FOLC)

# New Flutter Project 하면 아래와 같이 기본 코드가 자동 생성된다. import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } # material 패키지를 연결시켜서 Dart 문법의 사용하는 기본 함수들이 이용한다. class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( // This is the theme of your appl..
Flutter, Android/Flutter - Dart 문법
2021. 7. 5. 15:36