-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (37 loc) · 1.12 KB
/
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
37
38
39
40
41
name: simple_parallax
description: "This parallax Flutter plugin that adds elegant parallax effects to your widgets using two different modes: a container mode and a widget mode. This plugin helps create dynamic and visually appealing user interfaces with scrolling effects."
version: 0.1.1
homepage: https://www.comapps.be
repository: https://github.com/raphrmx/simple_parallax
issue_tracker: https://github.com/raphrmx/simple_parallax/issues
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.0.0
provider: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.example.simple_parallax
pluginClass: SimpleParallaxPlugin
ios:
pluginClass: SimpleParallaxPlugin
linux:
pluginClass: SimpleParallaxPlugin
macos:
pluginClass: SimpleParallaxPlugin
windows:
pluginClass: SimpleParallaxPluginCApi
web:
pluginClass: SimpleParallaxWeb
fileName: simple_parallax_web.dart