Update animations README (#362)

This commit is contained in:
Pierre-Louis
2021-05-21 15:49:03 +00:00
committed by GitHub
parent 5617d089f2
commit 4aabb81032
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 2.0.1
* Add links to the spec and codelab.
## 2.0.0
* Migrates to null safety.

View File

@ -11,8 +11,11 @@ flutter run --release
## Material motion for Flutter
Material motion is a set of transition patterns that help users understand and navigate an app. Currently,
the following transition patterns are available in this library:
Material motion is a set of transition patterns that help users understand and navigate an app. For more information on the patterns and how to choose between them, check out the [Material motion system spec](https://material.io/design/motion/the-motion-system.html).
A codelab, [Building Beautiful Transitions with Material Motion for Flutter](https://codelabs.developers.google.com/codelabs/material-motion-flutter), is also available.
Material motion defines the following transition patterns:
1. [Container transform](#container-transform)
2. [Shared axis](#shared-axis)

View File

@ -1,6 +1,6 @@
name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/flutter/packages/tree/master/packages/animations
environment: