简体   繁体   English

颤振:如何在 windows android studio 中使用 Cupertino(iOS 风格)小部件?

[英]flutter: how to use Cupertino (iOS-style) widgets in windows android studio?

I'm new in flutter.我是颤振的新手。 The app style is designed for iOS, I notice there are Cupertino widgets and .yaml file has the dependency.应用程序样式是为 iOS 设计的,我注意到有 Cupertino 小部件和 .yaml 文件具有依赖性。 My question is how can I adjust these widgets, for dialogue example, can I adjust its height or width or its background color?我的问题是如何调整这些小部件,例如对话,我可以调整其高度或宽度或其背景颜色吗? My question rose because I did have the demand but I haven't found related properties.我的问题上升了,因为我确实有需求,但我还没有找到相关的属性。 Thanks in advance.提前致谢。

You can use everything without any problems, those widgets are just part of Flutter, nothing more (provided you code and implement it correctly).你可以毫无问题地使用所有东西,这些小部件只是 Flutter 的一部分,仅此而已(前提是你编码并正确实现它)。 Doesn't matter what kind of computer you have, while it can run emulator and Android Studio (for example).无论您拥有哪种计算机,它都可以运行模拟器和 Android Studio(例如)。 I mean.. it doesn't bother you that you develop Android apps with Windows PC, right?我的意思是.. 用 Windows PC 开发 Android 应用程序不会打扰您,对吧?

Note though, that if you would like to COMPILE your Flutter app for iOS devices (to publish to Apple App Store), only then you would need a Mac.但请注意,如果您想为 iOS 设备编译 Flutter 应用程序(发布到 Apple App Store),那么您只需要一台 Mac。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 扑扑的iOS风格选择器控件 - iOS-style picker control in flutter iOS 风格的滚动物理与 Android 风格的过度滚动指示器 - iOS-style scroll physics with Android-style overscroll indicator 如何使用 Flutter 在 Android 中显示 iOS/cupertino 警报对话框? - How to display iOS/cupertino alert dialog in Android using Flutter? 如何使用 Flutter Cupertino 图标? - How to use Flutter Cupertino Icons? Cupertino 小部件是否可以在 android 上运行 - Will Cupertino widgets works on android Flutter中如何将“Navigator.pushNamed”的过渡动画改成cupertino风格 - How to change the transition animation of "Navigator.pushNamed" to cupertino style in Flutter Flutter 是否可以在不使用 Cupertino 小部件的情况下在 iOS App Store 上发布我的应用程序? - Flutter is it possible to get my app published on iOS App Store without using Cupertino widgets? 如何在 android 和 flutter 上使用 IOS 样式选择器 - How do I use IOS style picker on android with flutter 如何使用Flutter应用程序的Android Studio在Windows中生成IOS IPA? - How to generate an IOS IPA in windows using Android studio for a Flutter app? Flutter:Cupertino ListTile? (或如何创建类似 iOS 的设置菜单) - Flutter: Cupertino ListTile ? (or How To Create iOS-Like-Settings Menu)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM