Implicit Flutter Animations

Oct 4 2022 · Dart 2.17, Flutter 3.0, Visual Studio Code 1.7

Part 2: Implicit Animations in Action

11. Know When to Use Implicit Animations

Episode complete

About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 10. Animate the Item Switcher's Selector

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 11. Know When to Use Implicit Animations

The student materials have been reviewed and are updated as of August 2022.

Where to Go From Here:

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

When faced with the task of adding animations to our apps, we need to first check if a built-in widget can do the effect we want. Flutter provides widgets like the Drawer, SnackBar, ExpansionTile, Dialogs, Tabs and others. If you don’t find any that gives you the exact animation you want, then you move to creating yours either with implicit or explicit animations.