일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ChatGPT
- kotlin
- Firebase
- 명심보감
- 벤자민플랭클린
- 1인개발자
- Flutter
- 파이썬
- Android
- 공부집중
- jetpack compose
- 공자명언
- 이모지메모
- 장자명언
- ASMR
- Linux
- 이모지
- Coroutine
- 코틀린
- 명언모음
- Freesound
- FSM
- javascript
- recyclerview
- 좋은글필사하기
- 오픈소스
- 소울칼리버6
- DART
- Streaming
- androidx
- Today
- Total
목록Source code or Tip (213)
Vintage appMaker의 Tech Blog

전체소스: Santos-Enoque/complete_flutter_ecommerce This repo will contain the backend code and the Ui of the flutter ecommerce app - Santos-Enoque/complete_flutter_ecommerce github.com 개발자의 youtube: Santos Enoque Hey beautiful people, the main goal of this channel is to teach people how to build real world softwares and make sure that they have skills that are actually needed on the market www.youtu..

Android 8.0 이상에서는 멀쩡하게 잘 사용하던 regacy http(org.apache.http)가 에러를 발생시킨다. 주로 - class not found - Cleartext HTTP ...... not permitted 이다. 이는 구글정책상 http를 봉쇄하겠다는 이유이기도 하다. 보안상 http가 문제되기에 극단의 조치를 취했다고 생각된다. 그러면 regacy http를 모두 고쳐야 하는 것일까? 그것은 아니다. AndroidMainfest.xml에 다음과 같이 선언해주면 기존의 소스를 그대로 사용할 수 있다. 첫 번째로 "class not found" 에러를 무시하려면 Application 섹션 안에 로 정의해주면 된다. 두번째로 "Cleartext HTTP ...... not perm..

🌭 flutterawesome에서 검색가능한 List 학습용 소스(UI 및 소스코드가 깔끔함). 개발자가 애니메이션 오타쿠로 추정됨. 미소녀로 도배된 UI임. luckybilly/multi_type_list_view A flutter customer ListView that displays multiple widget types. - luckybilly/multi_type_list_view github.com VSCode에서 빌드도 잘되고 에뮬레이터에서도 문제없이 실행됨.