-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (26 loc) · 732 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (26 loc) · 732 Bytes
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
name: hover_zoom_image
description: "A Flutter widget that provides a hover-to-zoom effect on images."
version: 0.0.1
homepage: "https://github.com/CodeBySubin/hover_zoom_image"
repository: "https://github.com/CodeBySubin/hover_zoom_image"
issue_tracker: "https://github.com/CodeBySubin/hover_zoom_image/issues"
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
provider: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
web:
pluginClass: HoverZoomPlugin
fileName: hover_zoom_plugin_web.dart