Michael Goderbauer | 0b809df | 2019-11-26 09:54:09 -0800 | [diff] [blame] | 1 | name: animations |
Michael Goderbauer | 13dfd68 | 2020-02-18 13:45:21 -0800 | [diff] [blame] | 2 | description: Fancy pre-built animations that can easily be integrated into any Flutter application. |
stuartmorgan | 4ba74b6 | 2022-01-24 22:26:00 -0500 | [diff] [blame] | 3 | repository: https://github.com/flutter/packages/tree/main/packages/animations |
stuartmorgan | 9fadcec | 2021-06-02 14:04:05 -0700 | [diff] [blame] | 4 | issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22 |
Sarah Zakarias | 2b92ce4 | 2022-10-06 00:09:23 +0200 | [diff] [blame] | 5 | version: 2.0.7 |
Michael Goderbauer | 0b809df | 2019-11-26 09:54:09 -0800 | [diff] [blame] | 6 | |
| 7 | environment: |
stuartmorgan | 7319ca8 | 2023-05-11 19:11:07 -0700 | [diff] [blame] | 8 | sdk: ">=2.18.0 <4.0.0" |
| 9 | flutter: ">=3.3.0" |
Michael Goderbauer | 0b809df | 2019-11-26 09:54:09 -0800 | [diff] [blame] | 10 | |
| 11 | dependencies: |
| 12 | flutter: |
| 13 | sdk: flutter |
| 14 | |
| 15 | dev_dependencies: |
| 16 | flutter_test: |
| 17 | sdk: flutter |
stuartmorgan | 45f3b99 | 2021-02-23 15:03:14 -0800 | [diff] [blame] | 18 | vector_math: ^2.1.0 |
Sarah Zakarias | ad42bea | 2022-10-05 09:59:23 +0200 | [diff] [blame] | 19 | |
| 20 | screenshots: |
Sarah Zakarias | ad42bea | 2022-10-05 09:59:23 +0200 | [diff] [blame] | 21 | - description: 'Examples of the container transform pattern.' |
Sarah Zakarias | 2b92ce4 | 2022-10-06 00:09:23 +0200 | [diff] [blame] | 22 | path: example/screenshots/container_transform_lineup.webp |
Sarah Zakarias | ad42bea | 2022-10-05 09:59:23 +0200 | [diff] [blame] | 23 | - description: 'Examples of the fade pattern.' |
Sarah Zakarias | 2b92ce4 | 2022-10-06 00:09:23 +0200 | [diff] [blame] | 24 | path: example/screenshots/fade_lineup.webp |
Sarah Zakarias | ad42bea | 2022-10-05 09:59:23 +0200 | [diff] [blame] | 25 | - description: 'Examples of the fade through pattern.' |
Sarah Zakarias | 2b92ce4 | 2022-10-06 00:09:23 +0200 | [diff] [blame] | 26 | path: example/screenshots/fade_through_lineup.webp |
Sarah Zakarias | ad42bea | 2022-10-05 09:59:23 +0200 | [diff] [blame] | 27 | - description: 'Examples of the shared axis pattern.' |
Sarah Zakarias | 2b92ce4 | 2022-10-06 00:09:23 +0200 | [diff] [blame] | 28 | path: example/screenshots/shared_axis_lineup.webp |