본문 바로가기

개발 관련 이야기/플러터앱 개발

(53)
(플러터) Flutter API 문서 Welcome to the Flutter API reference documentation: https://api.flutter.dev/ Flutter - Dart API docs Welcome to the Flutter API reference documentation. Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around th api.flutter.dev 플러터 위젯들: https://www.youtu..
(플러터) Flutter를 웹에서 할 수 있다면, 얼마나 좋을까?? Flutter를 웹에서 할 수 있다면, 얼마나 좋을까?? https://www.youtube.com/watch?v=vWJA6kPhh54 플러터 웹에디터: 코드펜 (codepen.io) https://codepen.io/flutter Flutter on CodePen Dart You work with Flutter in Dart, Google's language that not only can compile to JavaScript for the web, but has compilers for all the other major platforms. codepen.io
(플러터) 기본 위젯 9가지 Flutter Widget 9가지: https://www.youtube.com/watch?v=09fd-KiJTM8 플러터의 어떤 위젯이 있는지 궁금하다면: https://www.youtube.com/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG Flutter Widget of the Week - YouTube Fighting the good fight for Widget Awareness! Widget of the Week is a series of quick, animated videos, each of which covers a particular widget from the Flu... www.youtube.com
(플러터) Future(Async) Flutter Future(Async): https://www.youtube.com/watch?v=CCMuCvcOfnQ&t=392s
(플러터) Flutter Stream / 다트(dart) Dart언어의 필살기인 Flutter Stream에 대해서 배웁니다. Reactive 프로그래밍에 꼭 필요한 요소라고 할 수 있겠네요. https://www.youtube.com/watch?v=AKOUDHZsBP0
(플러터) 로그인 페이지 (파이어베이스 Auth) 본 강의는 로그인 화면을 통해서 Flutter의 전반적인 개발 방법을 배웁니다. 강의를 통해서 여러분은 다음을 배우게 됩니다. * Provider (No Bloc패턴) * StreamBuilder * Firebase Auth(Email) * Flutter기본기 * 디버깅 스킬 * 디자인을 코드로 바꾸는 방법을 완벽히 보여줌. 1.https://www.youtube.com/watch?v=kB3tTZhnJIg 2. https://www.youtube.com/watch?v=kB3tTZhnJIg 3. https://www.youtube.com/watch?v=WYq2z3OrcPY
(플러터) Provider 사용하는 방법과 파이어베이스 연동(로그인,가입) Provider 사용: - consumer 위젯, - provider.of https://www.youtube.com/watch?v=HkPxVvv9ul4&t=1681s 프러바이터 심화 @ 파이어베이스 연동(로그인or가입): https://www.youtube.com/watch?v=RlDEIZf_eFM
(플러터) Flutter - JSON in the background / isolate | 백그라운드 처리 Flutter - JSON in the background / isolate | 백그라운드 처리(Http.client.get 이용 시) https://www.youtube.com/watch?v=4qpMzUcatsU isolate 사용하려면 => compute()를 사용해서 핸들러와 파라메터를 compute()의 argument로 넣어준다.