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