Files

19 lines
437 B
C++
Raw Permalink Normal View History

2018-11-07 12:24:35 -08:00
// 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.
2019-04-12 14:23:13 -07:00
#ifndef FLUTTER_SHELL_COMMON_VERSION_H_
#define FLUTTER_SHELL_COMMON_VERSION_H_
namespace flutter {
const char* GetFlutterEngineVersion();
const char* GetSkiaVersion();
const char* GetDartVersion();
} // namespace flutter
2019-04-12 14:23:13 -07:00
#endif // FLUTTER_SHELL_COMMON_VERSION_H_