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

Flutter로 만든 Audio Player 오픈소스의 대부분은 오래된 Flutter 버전으로 작성된 것이 많다보니 최신 Flutter 환경에서 AndroidX 설정에 문제가 많았다. 그러나 다음 오픈소스는 빌드 시, 리소스 문제(없는 리소스를 읽어오려고 하는 부분을 주석처리)만 해결해주고 컴파일 하면 꽤 만족스러운 Audio Player를 볼 수 있다. 이 오픈소스의 장점은 다음과 같다. 쓸만한 UX Flutter에서 백그라운드 처리 Firebase 연동 단점은 몇가지 있지만 한 가지로 설명하자면 "최적화"에 문제가 있다. A Music Player App made with Flutter Awesome Music Player made with Flutter! flutterawesome.com 👩 git..

FlutterFlow Flutter의 GUI 소스코드를 자동으로 생성해주는 서비스 🍕 공식페이지 FlutterFlow - Build Flutter Apps Visually A drag-and-drop Flutter application builder that supports easy integration with Firebase. You can download the generated Flutter code and also deploy your applications directly to both the iOS and Android app stores! Building mobile apps has never been ea flutterflow.io 🍕 FlutterFlow로 Slack UI 만들기 🍕 F..

플러터에서 인트로를 쉽고 아름답게 표현해야 할 때, 좋은 플러그인. intro_views_flutter | Flutter Package A Flutter package for simple material design app intro screens with some cool animations. pub.dev dependencies: intro_views_flutter: '^3.1.0' 예제: aagarwal1012/IntroViews-Flutter ☀️ A Flutter package for some material design app intro screens with some cool animations. - aagarwal1012/IntroViews-Flutter github.com

💻 간단한 예제를 통한 Dart와 Flutter 배우기 VintageAppMaker/FlutterTutorial Flutter 입문자를 위한 Dart, Flutter 단계별 예제. Contribute to VintageAppMaker/FlutterTutorial development by creating an account on GitHub. github.com Dart 배우기 처음 실행하기 변수-Variable 비교문, 반복문, switch, 널체크 타입채크, 형변환 함수 Collections lambda와 closure class abstract mixin, extension 비동기 - Stream 비동기 - future 예외, typedef Flutter 배우기 빠르게 구조파악 basic Text ..