Add link for flutter and dart

This commit is contained in:
Florian RICHER 2023-04-02 17:48:15 +02:00
parent 1825a0ffb7
commit 0e29b09650

View file

@ -123,7 +123,7 @@ export const Dart: Tool = {
version: '2 - 3',
icon: null,
description: null,
url: '',
url: 'https://dart.dev/',
tools: [],
platforms: [ToolPlatform.MOBILE, ToolPlatform.SYSTEM, ToolPlatform.WEB_FRONT, ToolPlatform.WEB_BACK, ToolPlatform.DESKTOP]
}
@ -134,7 +134,7 @@ export const Flutter : Tool = {
version: '2 - 3',
icon: null,
description: null,
url: '',
url: 'https://flutter.dev/',
tools: [Dart],
platforms: [ToolPlatform.MOBILE, ToolPlatform.WEB_FRONT, ToolPlatform.WEB_BACK, ToolPlatform.DESKTOP]
}