| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- aduino
- Gradient
- SERIAL
- memory
- stream
- flutter
- Class
- subpixel
- Pointer
- Filtering
- Read
- Android
- c++
- mfc
- public
- compare
- digitalRead
- Binary
- edge
- parameter
- UNO
- APP
- sensor
- wpf
- Contour
- file access
- Encapusulation
- atmega328
- Gaussian
- Unity
Archives
- Today
- Total
목록pushreplacement (1)
폴크(FOLC)
# 최상위 페이지를 설정하는 방법 1. 기본 페이지를 생성 @override Widget build(BuildContext context) { return Scaffold(appBar: AppBar(), body: XXXFunction()); } 2. 빈페이지를 생성한뒤 - 빈페이지를 삭제하고 다시 메인 페이지를 추가 하는 방법 @override Widget build(BuildContext context) { return Scaffold(); } Navigator.pop(context); Navigator.push(context, MaterialPageRoute(builder: (context) { return XXXAppPage(); })); 3. 빈페이지를 생성한뒤 - 빈페이지를 삭제하고 다시 메인..
Flutter, Android/Flutter 사용법
2021. 7. 10. 11:47