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

Stream을 이용한 비동기 프로그래밍 Stream, StreamController를 이용한 비동기 프로그래밍을 정리 dartpad로 실행하기 1. Stream 클래스의 fromIterable fromIterable 함수의 파라메터로 iterable(==list형) 값들을 넘겨서 비동기 프로그래밍에서 순차적인 프로그래밍을 구현할 수 있다. listen()에서 값을 처리한다. Future doAsyncWork(int n, int delay) async { // Future 함수에서 await를 사용하면 비동기에서 순차적으로 처리가능하다. // await를 호출한 함수는 async로 정의해주어야 한다. await Future.delayed(Duration(seconds: delay)); print("$n w..

API 설명과 동영상을 같이 보여준다. Flutter의 Class를 찾아야할 때 많은 도움을 주는 사이트 Flutter - Dart API docs Welcome to the Flutter API reference documentation! Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around api.flutter.dev 위의 API 사이트를 참고로 예제를 제공하는 사이트 Introduction -..

🥙 소스코드가 마음에든다. 특히 Provider pattern을 쉽게 구현해놓았다. ebook 관련 오픈API인 feedbooks api 를 사용했다. 그리고 Network 통신으로는 Dio를 사용했다. JideGuru/FlutterEbookApp A simple Flutter app to Read and Download eBooks. Contribute to JideGuru/FlutterEbookApp development by creating an account on GitHub. github.com

전체소스: 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..