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

# 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