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
7
#include "
flutter/shell/version/version.h
"
8
9
namespace
flutter
{
10
11
const
char
*
GetFlutterEngineVersion
() {
12
return
FLUTTER_ENGINE_VERSION
;
13
}
14
15
const
char
*
GetFlutterContentHash
() {
16
return
FLUTTER_CONTENT_HASH;
17
}
18
19
const
char
*
GetSkiaVersion
() {
20
return
SKIA_VERSION;
21
}
22
23
const
char
*
GetDartVersion
() {
24
return
DART_VERSION;
25
}
26
27
}
// namespace flutter
FLUTTER_ENGINE_VERSION
#define FLUTTER_ENGINE_VERSION
Definition
embedder.h:70
flutter
Definition
asset_manager.cc:10
flutter::GetDartVersion
const char * GetDartVersion()
Definition
version.cc:23
flutter::GetSkiaVersion
const char * GetSkiaVersion()
Definition
version.cc:19
flutter::GetFlutterEngineVersion
const char * GetFlutterEngineVersion()
Definition
version.cc:11
flutter::GetFlutterContentHash
const char * GetFlutterContentHash()
Definition
version.cc:15
version.h
shell
version
version.cc
Generated on Wed Nov 5 2025 21:33:12 for Flutter Engine by
1.9.8