Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
availability_version_check.h File Reference
#include <cstdint>
#include <optional>
#include <tuple>

Go to the source code of this file.

Namespaces

namespace  flutter
 

Typedefs

using flutter::ProductVersion = std::tuple< int32_t, int32_t, int32_t >
 

Functions

std::optional< ProductVersionflutter::ProductVersionFromSystemVersionPList ()
 
bool flutter::IsEncodedVersionLessThanOrSame (uint32_t encoded_lhs, ProductVersion rhs)