blob: 559bd2d4627115ec58023b12a26440310f9e68e8 [file] [log] [blame]
Michael Goderbauer0b809df2019-11-26 09:54:09 -08001name: animations
Michael Goderbauer13dfd682020-02-18 13:45:21 -08002description: Fancy pre-built animations that can easily be integrated into any Flutter application.
stuartmorgan4ba74b62022-01-24 22:26:00 -05003repository: https://github.com/flutter/packages/tree/main/packages/animations
stuartmorgan9fadcec2021-06-02 14:04:05 -07004issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
Sarah Zakarias2b92ce42022-10-06 00:09:23 +02005version: 2.0.7
Michael Goderbauer0b809df2019-11-26 09:54:09 -08006
7environment:
stuartmorgan7319ca82023-05-11 19:11:07 -07008 sdk: ">=2.18.0 <4.0.0"
9 flutter: ">=3.3.0"
Michael Goderbauer0b809df2019-11-26 09:54:09 -080010
11dependencies:
12 flutter:
13 sdk: flutter
14
15dev_dependencies:
16 flutter_test:
17 sdk: flutter
stuartmorgan45f3b992021-02-23 15:03:14 -080018 vector_math: ^2.1.0
Sarah Zakariasad42bea2022-10-05 09:59:23 +020019
20screenshots:
Sarah Zakariasad42bea2022-10-05 09:59:23 +020021 - description: 'Examples of the container transform pattern.'
Sarah Zakarias2b92ce42022-10-06 00:09:23 +020022 path: example/screenshots/container_transform_lineup.webp
Sarah Zakariasad42bea2022-10-05 09:59:23 +020023 - description: 'Examples of the fade pattern.'
Sarah Zakarias2b92ce42022-10-06 00:09:23 +020024 path: example/screenshots/fade_lineup.webp
Sarah Zakariasad42bea2022-10-05 09:59:23 +020025 - description: 'Examples of the fade through pattern.'
Sarah Zakarias2b92ce42022-10-06 00:09:23 +020026 path: example/screenshots/fade_through_lineup.webp
Sarah Zakariasad42bea2022-10-05 09:59:23 +020027 - description: 'Examples of the shared axis pattern.'
Sarah Zakarias2b92ce42022-10-06 00:09:23 +020028 path: example/screenshots/shared_axis_lineup.webp