blob: 72c989381b4acd89520fe27883e8dea2b6b200fb [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/shell/version/version.h"
namespace flutter {
const char* GetFlutterEngineVersion() {
return FLUTTER_ENGINE_VERSION;
}
const char* GetSkiaVersion() {
return SKIA_VERSION;
}
const char* GetDartVersion() {
return DART_VERSION;
}
} // namespace flutter