-
Notifications
You must be signed in to change notification settings - Fork 14
/
pubspec.yaml
36 lines (33 loc) · 946 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
29
30
31
32
33
34
35
36
name: flutter_map_animations
description: Animation utilities for markers and controls of the flutter_map package.
version: 0.8.0
homepage: https://github.com/TesteurManiak/flutter_map_animations
repository: https://github.com/TesteurManiak/flutter_map_animations
issue_tracker: https://github.com/TesteurManiak/flutter_map_animations/issues
screenshots:
- description: Animated markers
path: gifs/animated-marker.gif
- description: Animated movement
path: gifs/center-on-point.gif
- description: Animated rotate
path: gifs/rotate.gif
- description: Animated zoom
path: gifs/zoom.gif
funding:
- https://www.buymeacoffee.com/guillaumeroux
topics:
- flutter-map
- map
- animation
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_map: ">=7.0.0 <8.0.0"
latlong2: ^0.9.1
dev_dependencies:
custom_lint: ">=0.5.11 <0.7.0"
fd_lints: ^2.3.0
flutter_test:
sdk: flutter