일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- variable
- Android
- crawler
- Flutter
- kotlin
- 콜렉션
- Class
- 크롤러
- Collection
- 웹크롤러
- animation
- 파이썬
- python
- import
- set
- package
- function
- ML
- DART
- 클래스
- 함수
- pushnamed
- Yocto
- 플러터
- text
- 다트
- 코틀린
- textstyle
- List
- map
- Today
- Total
목록분류 전체보기 (127)
조용한 담장
Reddit 에서 in 과 out 을 이해하는데 도움이 됬다고 올라온 사이트 읽어보진 못했지만 추천이 있으니 저장차원에서 일단 기록! https://kotlin.christmas/2019/22 The ins and outs of Kotlin Wonder why a MutableList isn't a subtype of MutableList? Ever seen the "in" and "out" modifiers in Kotlin and wondered what they do? Let's find out! kotlin.christmas
flutter package 찾는데 유용한 사이트 https://fluttergems.dev/ Flutter Gems - A Curated Package Guide for Flutter Flutter Gems is a curated package guide for the Flutter community which functionally categorizes some of the most useful and popular flutter packages available on pub.dev fluttergems.dev package 들을 기능별, 종류별로 정리해서 보여준다. 필요한 기능을 가진 package를 찾는 데는 https://pub.dev/ 보다 편한면도 있다. pub.dev 는 인기순으로만 나열해..
설치된 앱의 목록을 가져올 때 쓸 수 있는 package 이다. 앱의 정보를 얻을 수도 있고 앱의 실행도 가능하다. Android 만 지원한다. https://pub.dev/packages/device_apps https://github.com/g123k/flutter_plugin_device_apps 예제 실행해 보기 예제 코드를 실행해 보자. https://github.com/g123k/flutter_plugin_device_apps/tree/master/example 예제 실행 화면: Platform-specific code 를 사용해서 설치된 정보를 얻어 화면에 뿌리는 동작을 하는데 어떻게 동작하는지 살펴보자... 코드로 동작 살펴보기 android/src/main/java/fr/g123k/dev..
The motion system https://material.io/design/motion/the-motion-system.html Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io Material Design 의 motion system 은 app 의 navigation 동작을 사용자들이 이해하기 쉽도록 도와주는 몇개의 transition pattern 의 정의를 모아놓은 것이다. transition patter..