Flutter macOS Embedder
availability_version_check.h File Reference
#include <cstdint>
#include <optional>
#include <tuple>

Go to the source code of this file.

Namespaces

 flutter
 

Typedefs

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

Functions

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