platform_builder library
Classes
- Platform
- A platform utility class that provides helpers for determining the current platform, host platform, renderer and other platform checks.
- PlatformBuilder
- Builds a widget based on the most specific platform builder provided. Ex. If running on Android with PlatformBuilder.androidBuilder, PlatformBuilder.builder, and PlatformBuilder.nativeBuilder builders provided, the builder precedence order is as follows:
-
PlatformResolver<
T>