|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/flutter-redux-essential-course-english/
课程评论:没有评论
《Flutter Redux 必修课程》是一个深入探讨 Flutter 中 Redux 状态管理的在线课程。Redux 是 React 中最广泛使用的状态管理解决方案,而本课程将其应用于 Flutter 开发。课程内容力求理论与实践相结合,特别强调通过重复学习的重要性。每当介绍一个新概念时,都会开发一个小型应用来检验该概念的实际应用。 课程主要内容包括但不限于: - Redux 的基本概念 - 使用 Dart 实现基本概念的 Redux 应用 - Flutter Redux 应用的核心工具(StoreBuilder、StoreConnector、StoreProvider) - 合并 reducers - Dart 数据类生成扩展和 equatable 包 - Flutter Redux 应用的性能优化 - 通过实际应用体验性能优化 - Redux 中间件 - Thunk 中间件 - 持久化 Redux 状态 - TODO 应用(同步) - TODO 应用(异步,使用 SQLite 数据库及乐观渲染) - 天气应用 - Firebase 认证应用(注册、登录、注销、验证邮箱、修改密码、找回密码) 如果您希望深入理解 Flutter Redux 并在真实环境中实践所学概念,本课程将是您理想的选择。
Redux is the most widely used and proven state management solution in React, the most widely used Front End Framework. Redux can also be used in Flutter.In the Flutter Redux Essentials course, you can learn about Flutter Redux in depth.If you want a deep understanding of Flutter Redxu and want to practice all the concepts in real life, then this is the course for you.When creating the lectures, care was taken to ensure a balance between theory and practice.Under the belief that repetition is the most important learning method, whenever a new concept emerges, a small app is created to test the concept, and practical apps such as TODO (synchronous), TODO (asynchronous with SQLite DB), Weather, and Firebase Authentication app are developed. Through this, the concepts were harmonized comprehensively.Let's take a quick look at the topics covered in this course.- Basic concepts of Redux- Implementation of basic concepts with Dart Redux App- Core utilities for Flutter Redux App (StoreBuilder, StoreConnector, StoreProvider)- Combining Reducers- Dart Data Class Generator Extension and equatable package- Performance Optimization of Flutter Redux App- Experience Performance Optimization through real apps- Redux Middleware- thunk middleware- Persisting Redux State- TODO App (Synchronous)- TODO App (Asynchronous with SQLite DB, Optimistic Rendering)- Weather App- Firebase Authentication App: Signup, Signin, Signout, Verify Email, Change Password, Forgot Password