Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:04:14
    Color/Number Game with Flutter Implicit Animations
  2. Урок 2. 00:02:03
    Introduction to Animations
  3. Урок 3. 00:02:20
    Download the animations playground project
  4. Урок 4. 00:04:57
    Implicit animations with AnimatedContainer
  5. Урок 5. 00:03:15
    [Exercise] AnimatedOpacity
  6. Урок 6. 00:02:43
    Animation Curves
  7. Урок 7. 00:04:25
    Intro to TweenAnimationBuilder
  8. Урок 8. 00:08:14
    Animating HSV colors with TweenAnimationBuilder
  9. Урок 9. 00:01:14
    Wrap up on Implicit Animations
  10. Урок 10. 00:01:45
    Module Introduction
  11. Урок 11. 00:02:36
    Starter project for the Stopwatch app
  12. Урок 12. 00:01:48
    Dark Mode and Custom System UI Overlay
  13. Урок 13. 00:05:00
    Creating a periodic Timer
  14. Урок 14. 00:05:47
    Ticker and TickerProvider
  15. Урок 15. 00:02:31
    Creating a separate StopwatchRenderer widget
  16. Урок 16. 00:02:35
    Sizing the Stopwatch UI with AspectRatio
  17. Урок 17. 00:07:37
    Matrix transforms
  18. Урок 18. 00:03:35
    Getting the circle radius from LayoutBuilder
  19. Урок 19. 00:06:53
    Implementing the animated clock-hand
  20. Урок 20. 00:06:16
    Completing the stopwatch UI (part 1)
  21. Урок 21. 00:07:41
    Completing the stopwatch UI (part 2)
  22. Урок 22. 00:05:04
    Adding the start/stop/reset functionality (part 1)
  23. Урок 23. 00:05:16
    Adding the start/stop/reset functionality (part 2)
  24. Урок 24. 00:03:07
    Performance and testing considerations when working with tickers
  25. Урок 25. 00:05:50
    Habit Tracker App: Introduction
  26. Урок 26. 00:02:38
    Download the Starter Project
  27. Урок 27. 00:02:14
    Linting rules
  28. Урок 28. 00:03:04
    Code walkthrough: Project Assets
  29. Урок 29. 00:04:21
    Code walkthrough: Colors and Theming
  30. Урок 30. 00:02:24
    Module intro & starter project
  31. Урок 31. 00:02:31
    Task completion ring: Technical planning
  32. Урок 32. 00:04:45
    Introduction to CustomPainter
  33. Урок 33. 00:11:09
    Drawing a task completion ring with the canvas
  34. Урок 34. 00:04:39
    Introduction to explicit animations with AnimationController
  35. Урок 35. 00:04:28
    Animated task completion ring with AnimationController and AnimatedBuilder
  36. Урок 36. 00:04:35
    Controlling the animation with GestureDetector
  37. Урок 37. 00:04:07
    Adding a centered SVG icon to the animated task
  38. Урок 38. 00:03:36
    Task completion UI tweaks
  39. Урок 39. 00:04:49
    Task completion state and final tweaks
  40. Урок 40. 00:02:31
    Bugfix: Handling tap cancel gestures
  41. Урок 41. 00:05:24
    Adding a Task Name
  42. Урок 42. 00:07:14
    Arranging multiple tasks inside a GridView
  43. Урок 43. 00:01:49
    Finished project and Wrap Up
  44. Урок 44. 00:00:45
    Extra Challenge: 3D Pushable Button
  45. Урок 45. 00:02:17
    Module intro
  46. Урок 46. 00:02:47
    Technical planning: local vs remote storage
  47. Урок 47. 00:02:39
    Starter project overview
  48. Урок 48. 00:03:30
    Introduction to Hive
  49. Урок 49. 00:03:01
    Creating model classes with Hive
  50. Урок 50. 00:02:45
    Creating a type adapter with code generation
  51. Урок 51. 00:03:53
    Creating the HiveDataStore
  52. Урок 52. 00:03:44
    Creating the demo tasks inside main()
  53. Урок 53. 00:05:15
    Creating unique Task IDs with the uuid package
  54. Урок 54. 00:08:48
    Reading tasks with ValueListenableBuilder
  55. Урок 55. 00:01:33
    Wrap up
  56. Урок 56. 00:03:23
    Module Intro & Starter project
  57. Урок 57. 00:01:27
    Introduction to Riverpod
  58. Урок 58. 00:07:17
    How to use Provider, Consumer, and ConsumerWidget
  59. Урок 59. 00:03:29
    Dependency overrides with ProviderScope
  60. Урок 60. 00:02:03
    TaskState data modelling
  61. Урок 61. 00:06:46
    Creating and using a TaskState Hive model class
  62. Урок 62. 00:05:42
    Adding an onCompleted callback to the AnimatedTask widget
  63. Урок 63. 00:10:06
    Creating a TaskWithNameLoader
  64. Урок 64. 00:01:58
    Wrap Up + Using the Widget Inspector
  65. Урок 65. 00:01:51
    Module Intro: Page Flip Transition
  66. Урок 66. 00:03:46
    Starter project and walkthrough
  67. Урок 67. 00:02:54
    Designing the Page Flip widget API with WidgetBuilders
  68. Урок 68. 00:02:19
    Using a GlobalKey to modify the state of a child widget
  69. Урок 69. 00:03:48
    AnimationController setup
  70. Урок 70. 00:03:36
    AnimatedBuilder vs AnimatedWidget
  71. Урок 71. 00:05:13
    Rotation code with Transform and Matrix4
  72. Урок 72. 00:03:04
    Interactive page flip transition
  73. Урок 73. 00:05:07
    Widgets, elements and keys
  74. Урок 74. 00:01:09
    Extra Challenge: Card flip game
  75. Урок 75. 00:01:44
    Module Intro: Advanced Theming
  76. Урок 76. 00:08:48
    Starter project and walkthrough
  77. Урок 77. 00:05:02
    Showing the bottom panels
  78. Урок 78. 00:08:26
    Creating a SlidingPanelAnimator
  79. Урок 79. 00:01:42
    Using the SlidingPanelAnimator
  80. Урок 80. 00:09:43
    Animating the sliding panels
  81. Урок 81. 00:02:19
    Managing app theme state changes: an overview
  82. Урок 82. 00:04:41
    Implementing the AppThemeManager class with StateNotifier
  83. Урок 83. 00:09:20
    Creating and using the AppThemeManager providers
  84. Урок 84. 00:04:47
    Applying the AppThemeSettings
  85. Урок 85. 00:11:32
    Advanced animated theming with ImplicitlyAnimatedWidget
  86. Урок 86. 00:01:08
    Module Intro
  87. Урок 87. 00:07:30
    Starter Project & Walkthrough
  88. Урок 88. 00:02:55
    Controlling animations on the TasksGrid widget
  89. Урок 89. 00:03:22
    Adding an AnimatedWidget subclass to scale widgets
  90. Урок 90. 00:05:05
    Staggered animations
  91. Урок 91. 00:02:53
    Adding an AddTaskItem widget
  92. Урок 92. 00:02:39
    Fade in/out animation with an Opacity widget
  93. Урок 93. 00:04:49
    Explicit animations with FadeTransition and ScaleTransition
  94. Урок 94. 00:02:15
    Overview: built-in transition vs implicitly animated widgets in Flutter
  95. Урок 95. 00:04:02
    Bugfix: disabling task completion in edit mode
  96. Урок 96. 00:02:50
    Module Intro: Add and Edit Tasks
  97. Урок 97. 00:03:04
    Navigating to the Add Task and Edit Task pages
  98. Урок 98. 00:02:06
    Overview: AddTaskPage with slivers
  99. Урок 99. 00:05:27
    Overview: TaskDetailsPage and SelectIconPage
  100. Урок 100. 00:03:21
    Overview: Onboarding
  101. Урок 101. 00:02:01
    Conclusion and Next Steps