blob: 54ff4cb07babd10788ed894f5110c78bba0757f8 [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.
// FLUTTER_NOLINT
#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