blob: 16723729b0b17bc6cce5b187484e0d5b7cb18137 [file] [log] [blame]
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Hardcoded dart version as `Platform` from `dart:io` is not available when
/// targeting javascript.
final dartVersion = '2.0.0';