flutter_platform_selector

Last updated:

0 purchases

flutter_platform_selector Image
flutter_platform_selector Images
Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.