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