Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation Sound Therapy CBT Cognitive Behavioral Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Podcasting

DevelopmentMobile DevelopmentGoogle Flutter

Flutter Bloc Essential 코스 (Korean)

(cover version 8.0) Flutter state management solution인 Flutter Bloc를 활용하여 state management의 개념을 배우고 연습하기
Rating: 4.8 out of 54.8 (28 ratings)
144 students
Created by Sangwook Cho
Last updated 5/2022
Korean

What you'll learn

  • Flutter Bloc version 8.0 또는 그 이상을 cover
  • Cubit과 Bloc이라는 Flutter Bloc이 제공하는 2가지 state management 방식 학습
  • Cubit간, Bloc간, Cubit과 Bloc간 communication 방식
  • UI에서 Cubit/Bloc이 제공하는 기능을 사용할 수 있는 tool들
  • version 8.0에서 도입된 on Event API 사용법
  • Cuibt/Bloc을 observing 하는 방법
  • Bloc의 Event Transformation 기능
  • Cubit과 Bloc이란 두가지 state management tool에 대한 적절한 접근 방법
  • 개념을 이해하기 위한 많은 small app들 만들어보기
  • 3개의 앱(TODO, Weather, Firebase Authentication), Cubit/Bloc의 다양한 조합을 통한 총 9번의 제작 과정 경험을 통한 Flutter Bloc 완벽 마스터

Requirements

  • Flutter에 대한 약간의 경험이 필요합니다.
  • Provider에 대한 지식이 필수는 아니지만 알고 있으면 강의를 이해하는데 도움이 됩니다.

Description

Flutter Bloc Essential 코스에서는 Flutter state management solution 중 널리 쓰이고 있는 Bloc에 대해 깊이 있게 배울 수 있습니다.


특히, 가장 최신 버전인 version 8.0 이상만 다룹니다.


만약 Flutter Bloc에 대해 깊이 이해하기를 원하고, 모든 개념을 실전처럼 연습해보고자 하신다면 이 강의야 말로 여러분을 위한 바로 그 강의입니다.


강의를 만들 때 이론과 실전 간의 균형이 이루어질 수 있도록 주의 했습니다.


그리고, 반복이야말로 가장 중요한 학습 방법이라는 믿음 하에, 새로운 개념이 나올 때마다 작은 앱을 만들어서 그 개념을 테스트를 하고, TODO, Weather, Firebase Authentication app 등의 실전 앱을 통해서는 개념이 종합적으로 어우러지도록 했습니다.


특히 TODO, Weather, Firebase Authentication App을 만들 때 Cubit과 Bloc의 조합을 반복적으로 연습합니다.

- TODO App (4번 구현): 1. Cubit과 StreamSubscription의 조합 2. Cubit과 BlocListener의 조합, 3. Bloc과 StreamSubscription의 조합, 4. Bloc과 BlocListener의 조합

- Weather App (4번 구현): 1. Cubit과 StreamSubscription의 조합 2. Cubit과 BlocListener의 조합, 3. Bloc과 StreamSubscription의 조합, 4. Bloc과 BlocListener의 조합

- Firebase Authentication App: Cubit + Bloc + StreamSubscription


이번 코스에서 다루는 모든 내용들을 간단히 살펴보겠습니다.


- Cubit/Bloc concept

- BlocProvider, BlocListener, BlocConsumer, RepositoryProvider, MultiBlocProvider, MultiBlocListener, MultiRepositoryProvider

- BuildContext extension methods: read, watch, select

- Cubit/Bloc에 extra information 전달: function argument와 event payload

- Cubit/Bloc-to-Cubit/Bloc communication: StreamSubscription, BlocListener

- Bloc Access 및 value named constructor: anonymous route access, named route access, generated route access, global access

- Observing Cubit/Bloc

- Bloc의 Event Transformation feature

- Hydrated Bloc

- TODO App: Cubit, Bloc, StreamSubscription, BlocListener의 다양한 조합을 통한 4번의 구현

- Weather App: Cubit, Bloc, StreamSubscription, BlocListener의 다양한 조합을 통한 4번의 구현

- Firebase Authentication App: Cubit + Bloc + StreamSubscription의 조합

Who this course is for:

  • Flutter state management solution 중 하나인 Flutter Bloc에 대해 깊이 있게 이해하기를 원하는 Flutter 개발자
  • Flutter Bloc의 다양한 활용 예를 알고자 하는 Flutter 개발자

Instructor

Sangwook Cho
YourDevEdge
Sangwook Cho
  • 4.7 Instructor Rating
  • 236 Reviews
  • 861 Students
  • 4 Courses

I am running ‘YourDevEdge’, a startup that creates full-stack related educational content, and ‘Heavy Fran’, a YouTube channel focused on flutter content.

I have self-taught myself most of the various coding languages, so I know from experience what the difficulties are when learning a new language or wanting to gain a deep understanding of a language that I already know. I also know through that experience that constant repetition learning is important.

After working at a telecommunication company for more than 20 years, I started studying development at not a very young age and gained various app development experiences, so I understand the loneliness and difficulties of the learning process better than anyone else.

While learning, I have come to understand the small but important things, the things that must be understood, and I want to share those experiences and know-hows.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.