일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- java
- file access
- Encapusulation
- mfc
- Unity
- digitalRead
- parameter
- Pointer
- length
- atmega328
- SERIAL
- memory
- compare
- Class
- APP
- wpf
- aduino
- c++
- preprocessing
- 3D
- static
- Barcode
- flutter
- Android
- stream
- Read
- public
- UNO
- Contour
- sensor
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