تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 6- Flutter Introduction to iOS Cupertino Widgets (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 6 مجانى معتمد اونلاين
The Flutter SDK ships with two styled widget libraries (in addition to the basic widget library)
Material widgets implements the Material design language for
iOS,
Android,
web.
Cupertino widgets implements the current iOS design language based on Apple's Human Interface Guidelines.
The Material design language was created for any platform, not just Android. When you write a Material app in Flutter, it has the Material look and feel on all devices
If you want your app to look like a standard iOS-styled app, then you would use the Cupertino library.
You can technically run a Cupertino app on either Android or iOS, but (due to licensing issues) Cupertino won't have the correct fonts on Android. For this reason, use an iOS-specific device when writing a Cupertino app.