Skip to content

Commit bc40b0b

Browse files
committedFeb 16, 2025·
added more packages
1 parent c7e500b commit bc40b0b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎src/content/docs/framework/packages/index.mdx

+20
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ import { ShowcaseImage } from 'starlight-showcases'
1818
'Core package that contains the main interfaces and types for the framework',
1919
href: 'https://pub.dev/packages/vyuh_core',
2020
},
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+
},
2128
{
2229
thumbnail: import('./images/pub-dev-logo.png'),
2330
title: 'vyuh_feature_system',
@@ -45,6 +52,19 @@ import { ShowcaseImage } from 'starlight-showcases'
4552
'A Content Provider for the Vyuh Framework that reads documents from Sanity.io.',
4653
href: 'https://pub.dev/packages/vyuh_plugin_content_provider_sanity',
4754
},
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+
},
4868
{
4969
thumbnail: import('./images/pub-dev-logo.png'),
5070
title: 'vyuh_feature_auth',

0 commit comments

Comments
 (0)
Please sign in to comment.