일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코틀린
- kotlin
- pushnamed
- text
- 콜렉션
- Collection
- animation
- textstyle
- python
- 웹크롤러
- 크롤러
- function
- map
- 파이썬
- 함수
- Android
- 클래스
- import
- DART
- Flutter
- Class
- variable
- set
- crawler
- List
- texttheme
- 다트
- package
- 플러터
- ML
- Today
- Total
목록Flutter (47)
조용한 담장

다양한 디자인의 위젯을 제공하는 패키지. school_ui_toolkit https://pub.dev/packages/school_ui_toolkit school_ui_toolkit | Flutter Package A basic UI toolkit to get you started with flutter application development. A collection of over 18+ custom widgets such as Calendar, Buttons with busy indicator and more. pub.dev https://github.com/bprayush/school-ui-toolkit bprayush/school-ui-toolkit A basic UI toolkit to get..
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..