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