forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
28 lines (24 loc) · 955 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: animations
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
repository: https://github.com/flutter/packages/tree/main/packages/animations
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+animations%22
version: 2.0.7
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
vector_math: ^2.1.0
screenshots:
- description: 'Examples of the container transform pattern.'
path: example/screenshots/container_transform_lineup.webp
- description: 'Examples of the fade pattern.'
path: example/screenshots/fade_lineup.webp
- description: 'Examples of the fade through pattern.'
path: example/screenshots/fade_through_lineup.webp
- description: 'Examples of the shared axis pattern.'
path: example/screenshots/shared_axis_lineup.webp