Skip to content

Commit

Permalink
added more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Feb 16, 2025
1 parent c7e500b commit bc40b0b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/content/docs/framework/packages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ import { ShowcaseImage } from 'starlight-showcases'
'Core package that contains the main interfaces and types for the framework',
href: 'https://pub.dev/packages/vyuh_core',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_content_widget',
description:
'A widget that can render content from a CMS, relying on the Vyuh ecosystem to provide the content',
href: 'https://pub.dev/packages/vyuh_content_widget',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_system',
Expand Down Expand Up @@ -45,6 +52,19 @@ import { ShowcaseImage } from 'starlight-showcases'
'A Content Provider for the Vyuh Framework that reads documents from Sanity.io.',
href: 'https://pub.dev/packages/vyuh_plugin_content_provider_sanity',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_plugin_storage_hive',
description: 'Hive storage plugin for Vyuh',
href: 'https://pub.dev/packages/vyuh_plugin_storage_hive',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_plugin_storage_secure',
description:
'A secure storage plugin for Vyuh using flutter_secure_storage for encrypted data storage across platforms',
href: 'https://pub.dev/packages/vyuh_plugin_storage_secure',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_auth',
Expand Down

0 comments on commit bc40b0b

Please sign in to comment.