Flutter Engine
 
Loading...
Searching...
No Matches
version.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68332
6
8
9namespace flutter {
10
13}
14
15const char* GetFlutterContentHash() {
16 return FLUTTER_CONTENT_HASH;
17}
18
19const char* GetSkiaVersion() {
20 return SKIA_VERSION;
21}
22
23const char* GetDartVersion() {
24 return DART_VERSION;
25}
26
27} // namespace flutter
#define FLUTTER_ENGINE_VERSION
Definition embedder.h:70
const char * GetDartVersion()
Definition version.cc:23
const char * GetSkiaVersion()
Definition version.cc:19
const char * GetFlutterEngineVersion()
Definition version.cc:11
const char * GetFlutterContentHash()
Definition version.cc:15