@@ -18,6 +18,13 @@ import { ShowcaseImage } from 'starlight-showcases'
18
18
' Core package that contains the main interfaces and types for the framework' ,
19
19
href: ' https://pub.dev/packages/vyuh_core' ,
20
20
},
21
+ {
22
+ thumbnail: import (' ./images/pub-dev-logo.png' ),
23
+ title: ' vyuh_content_widget' ,
24
+ description:
25
+ ' A widget that can render content from a CMS, relying on the Vyuh ecosystem to provide the content' ,
26
+ href: ' https://pub.dev/packages/vyuh_content_widget' ,
27
+ },
21
28
{
22
29
thumbnail: import (' ./images/pub-dev-logo.png' ),
23
30
title: ' vyuh_feature_system' ,
@@ -45,6 +52,19 @@ import { ShowcaseImage } from 'starlight-showcases'
45
52
' A Content Provider for the Vyuh Framework that reads documents from Sanity.io.' ,
46
53
href: ' https://pub.dev/packages/vyuh_plugin_content_provider_sanity' ,
47
54
},
55
+ {
56
+ thumbnail: import (' ./images/pub-dev-logo.png' ),
57
+ title: ' vyuh_plugin_storage_hive' ,
58
+ description: ' Hive storage plugin for Vyuh' ,
59
+ href: ' https://pub.dev/packages/vyuh_plugin_storage_hive' ,
60
+ },
61
+ {
62
+ thumbnail: import (' ./images/pub-dev-logo.png' ),
63
+ title: ' vyuh_plugin_storage_secure' ,
64
+ description:
65
+ ' A secure storage plugin for Vyuh using flutter_secure_storage for encrypted data storage across platforms' ,
66
+ href: ' https://pub.dev/packages/vyuh_plugin_storage_secure' ,
67
+ },
48
68
{
49
69
thumbnail: import (' ./images/pub-dev-logo.png' ),
50
70
title: ' vyuh_feature_auth' ,
0 commit comments