Add link for flutter and dart
This commit is contained in:
parent
1825a0ffb7
commit
0e29b09650
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue