Flutter Engine
The Flutter Engine
shell
version
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
*
GetSkiaVersion
() {
16
return
SKIA_VERSION;
17
}
18
19
const
char
*
GetDartVersion
() {
20
return
DART_VERSION;
21
}
22
23
}
// 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:19
flutter::GetSkiaVersion
const char * GetSkiaVersion()
Definition:
version.cc:15
flutter::GetFlutterEngineVersion
const char * GetFlutterEngineVersion()
Definition:
version.cc:11
Generated on Sun Jun 23 2024 21:54:59 for Flutter Engine by
1.9.4