-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 937 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
37
38
39
name: risto_widgets
description: "A Flutter library with customizable UI widgets for buttons, expandable list tiles, and more."
version: 0.1.0+4
homepage: "https://github.com/ristocloud-group/app-lib-risto-widgets"
environment:
sdk: '>=3.4.1 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
lottie: ^3.1.2
expandable: ^5.0.1
font_awesome_flutter: ^10.7.0
html2md: ^1.3.2
cached_network_image: ^3.4.1
flutter_markdown: ^0.7.3+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.ristocloudgroup.lib.risto_widgets
pluginClass: RistoWidgetsPlugin
ios:
pluginClass: RistoWidgetsPlugin
linux:
pluginClass: RistoWidgetsPlugin
macos:
pluginClass: RistoWidgetsPlugin
windows:
pluginClass: RistoWidgetsPluginCApi