일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Read
- length
- stream
- mfc
- Contour
- preprocessing
- java
- sensor
- UNO
- atmega328
- public
- Pointer
- memory
- Class
- parameter
- compare
- digitalRead
- inheritance
- flutter
- Binary
- Unity
- file access
- Barcode
- APP
- aduino
- Overloading
- SERIAL
- Android
- Encapusulation
- wpf
Archives
- Today
- Total
목록AIR (1)
폴크(FOLC)
Flutter App - first work
# first work > Weather, Air Condition, Camera 1. Weather # 무료 사이트 이용 - http://api.openweathermap.org import 'package:http/http.dart' as http; String url_weather = 'http://api.openweathermap.org/data/2.5/weather?lat=$dPosX&lon=$dPosY&appid=$apiKey&units=metric'; http.Response response = await http.get(url_weather); if (response.statusCode == res_ok) return jsonDecode(response.body); 2. Air Condit..
Flutter, Android/Flutter 사용법
2021. 7. 9. 14:06