Last updated:
0 purchases
flutter platform selector
flutter_platform_selector #
根据平台获取对应数据, 来源于 ReactNative 的 Platform module
使用 #
🔩 安装
在 pubspec.yaml 添加依赖
dependencies:
flutter_platform_selector: <last_version>
copied to clipboard
🔨 使用
Text(PlatformSelector.select(
ios: 'iOS',
android: 'Android',
fuchsia: 'Fuchsia',
desktop: 'Desktop',
web: 'Web'));
copied to clipboard
Changelog #
Refer to the Changelog to get all release notes.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.