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

์ด๋ฒ ํฌ์คํ ์๋ ํ ์คํธํ๋๋ฅผ ์ ๋ฆฌํด๋ณด๋ ค ํ๋ค. 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..

์ค์์น๋ ์ค์์น์ ๊ฐ์ ์๊ณ ์์ ์ ์ญ ๋ณ์๊ฐ ํ์ํ๋ค. ์์ธํ ์๊ฐ๋ ์๋ ๋งํฌ ์ฐธ๊ณ :) https://api.flutter.dev/flutter/material/Switch-class.html Switch class - material library - Dart API A Material Design switch. Used to toggle the on/off state of a single setting. The switch itself does not maintain any state. Instead, when the state of the switch changes, the widget calls the onChanged callback. Most widgets that use a switch..