Skip to content

Commit

Permalink
Added Dart package to sdk.ts (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
georges-ph committed Mar 12, 2024
1 parent 53f0b31 commit bbbe08b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/components/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ const sdk = {
link: 'https://github.com/Atoo35/pantry_client/',
verified: false,
},
{
name: 'pantry',
platform: 'Dart',
author: 'Georges',
link: 'https://github.com/georges-ph/pantry',
verified: false,
},
],
defaultBadgeClasses: `flex-shrink-0 inline-block px-2 py-0.5
text-xs font-medium
Expand All @@ -93,6 +100,7 @@ const sdk = {
'.net': 'bg-blue-200',
'nim': 'bg-yellow-400',
'java': 'bg-red-400',
'dart': 'bg-blue-500',
}

return _table[_platform] ?? 'bg-gray-200'
Expand Down

0 comments on commit bbbe08b

Please sign in to comment.