์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- AlertDialog
- list
- Webflow
- figma
- sizedbox
- Snackbar
- PushNamed
- slider
- scaffoldmessenger
- POP
- button
- stateful
- drawer
- textField
- FloatingActionButton
- switch
- image
- dart
- Routing
- ElevatedButton
- InputDecoration
- navigator
- flutter
- icon
- GestureDetector
- AppBar
- ontap
- vscode
- Scaffold
- TextEditingController
- Today
- Total
๋ชฉ๋กTextEditingController (2)
์ฌ๋ฐ๋๊ฑฐ๐

์~์ ํฌ์คํ ์ ์ด์ด Card List์ Card๋ฅผ ์ถ๊ฐํ๋ ํ๋ฉด์ ๊ตฌํํด๋ณด๋๋ก ํ๊ฒ ๋ค. ์ด์ ๋ด์ฉ์ ์๋ ๋งํฌ ์ฐธ๊ณ ! 2023.05.08 - [๊ฐ๋ฐํ๊ธฐ] - Flutter_15. List, Detail View, Message, Static ๋ณ์ 2023.05.10 - [๊ฐ๋ฐํ๊ธฐ] - Flutter_18. DialogAlert, Slider Function, Size, List, Switch Figma, Function Check 1) ๊ตฌํํด์ผํ ํ๋ฉด ์ฒดํฌ ๐ฟ ์ฒดํฌ ํญ๋ชฉ 1) TextField : clear Button 2) TextArea : TextField + maxLines 3) Image 2) card_add.dart ํ์ผ์ AppBar์ Scaffold ์นผ๋ผ ์ค์ 3) ๋ณ์ ์ ํ ์ด๋ฒ ํฌ์คํ ..

์ด๋ฒ ํฌ์คํ ์๋ ํ ์คํธํ๋๋ฅผ ์ ๋ฆฌํด๋ณด๋ ค ํ๋ค. TextField ๊ด๋ จ ๋ด์ฉ์ ์๋ ๋งํฌ ์ฐธ๊ณ :) https://api.flutter.dev/flutter/material/TextField-class.html TextField class - material library - Dart API A Material Design text field. A text field lets the user enter text, either with hardware keyboard or with an onscreen keyboard. The text field calls the onChanged callback whenever the user changes the text in the field. If the user in..