일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 넷플릭스
- DART
- Android
- androidx
- 명언모음
- 코틀린
- 명심보감
- 오픈소스
- 파이썬
- 이모지
- 좋은글필사하기
- 이모지메모
- 벤자민플랭클린
- ASMR
- Coroutine
- Flutter
- 공부집중
- 소울칼리버6
- jetpack compose
- Freesound
- 1인개발자
- Firebase
- bash
- Linux
- FSM
- 장자명언
- recyclerview
- kotlin
- 공자명언
- Streaming
- Today
- Total
목록Source code or Tip/Flutter & Dart (82)
Vintage appMaker의 Tech Blog
Flutter로 통신시, 기본적인 http 모듈을 사용해도 되지만 방대한 Data 구조를 처리해야 할 경우는 직렬화의 필요성을 느끼게 된다. 그래서 Android에서 보편적으로 사용하고 있는 retrofit을 Flutter에서도 사용하게 된다. 다음은 Flutter에서 retrofit을 사용하는 예제이다. GitHub - VintageAppMaker/githubflutter: init init. Contribute to VintageAppMaker/githubflutter development by creating an account on GitHub. github.com 참고해야 할 것은 Android에서 Retrofit은 @어노테이션만 선언하면 자동으로 코드를 만들어주지만, flutter에서는 수동으..
이번 Google 2022 I/O에서는 Jetpack compose와 Flutter 3.0에서 볼 것이 많았다. 변화가 느껴지는 시점이다. 🎯 Dart Dart 2.17: Productivity and integration Language features. Productivity tools. Deeper & broader platform integration. medium.com Dart language evolution Notable changes and additions to the Dart programming language. dart.dev 🎡Flutter 3.0 Google I/O 2022 Flutter at Google I/O 2022 Dig into Flutter's announcement..
현업에서 앱을 개발하며 유닛테스트를 사용하는 경우가 극히 드물다. 가장 큰 이유는 정신없이 바쁜데 그것까지 할 시간이 없기 때문 이다. 그럼에도 불구하고 앱을 어느정도 개발하다보면 "로그인 → 화면이동 → 텍스트 입력 → 버튼 액션"을 순차적으로 한 후에나 작성한 코드의 결과가 원하는 것이었는 지 알 수 있을 때가 있다. 이럴 경우, intergration testing을 이용하면 개발효율을 높일 수 있다. 그런 점에서 flutter는 unit test 환경이 좋은 편이다. 🍕 공식문서 An introduction to integration testing Learn about integration testing in Flutter. docs.flutter.dev 🍕 빠르게 integration testi..
https://github.com/leanflutter/awesome-flutter-desktop GitHub - leanflutter/awesome-flutter-desktop: A curated list of awesome things related to Flutter desktop. A curated list of awesome things related to Flutter desktop. - GitHub - leanflutter/awesome-flutter-desktop: A curated list of awesome things related to Flutter desktop. github.com