Flutter: Is there any way of using a widget only on ios but not on android?

Pranta

So I have been trying to add some padding only on ios but not on andoid. Is there any way to check if I am in android or ios so I can implement this feature in my app. Thanks in Advance.

Lulupointu

Just use Platform.operatingSystem from the io library.

The output is a string which is:

  • "ios" for IOS
  • "android" for Android

You can also use Platform.isIOS or Platform.isAndroid directly.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Is there any way to get only the unnamed arguments?

분류에서Dev

Flutter: How to change the status bar text color on Android and iOS when not using AppBar

분류에서Dev

Is there any way to localize marshmallow permissions strings in android?

분류에서Dev

Is there any way to make the Entire Screen Read Only in wpf

분류에서Dev

Is there any way to cover an iOS 7 status bar with a UIView temporarily?

분류에서Dev

Using regex to extract and reformat timestamp the only way?

분류에서Dev

Is there any way to run others apps in my Android app's layout?

분류에서Dev

Is there any way to highlight default vim keyword without using match?

분류에서Dev

Any way to force a form to submit fields differently without using Javascript?

분류에서Dev

Is there any way to copy a directory to another path using guava library?

분류에서Dev

Is there any way to detect javascript postmessages using chrome extension?

분류에서Dev

I developed an app only on IPhone now i want the same app universal, is there any way to transform it on Xcode?

분류에서Dev

Is there a way to verify if e-mail was delivered only using SSL connection?

분류에서Dev

Android: Fragmentmanager in Widget Subclass

분류에서Dev

How to access Stateful widget animation controller from another widget in Flutter?

분류에서Dev

Is there any way to project the size of intersection between two numerical ranges using mongo language?

분류에서Dev

Is there any way to Copy and Paste from one file(from beginning to end) to another using SED and AWK?

분류에서Dev

How to navigate in flutter during widget build?

분류에서Dev

How can I paint a Widget on a Canvas in Flutter?

분류에서Dev

Flutter Widget 빌드 및 구조

분류에서Dev

iOS 용 Flutter

분류에서Dev

What is the right way in using SQLite when changing activities in android?

분류에서Dev

Make Read Only access for Mifare UltraLight using Android

분류에서Dev

How to read any facebook user public timeline using iOS Social framework?

분류에서Dev

NullPointerException : android.widget.ListView.setAdapter (android.widget.ListAdapter) '

분류에서Dev

Flutter에서 Android 및 iOS 폴더를 삭제할 수 있나요?

분류에서Dev

Flutter Android 라이브러리 및 iOS 프레임 워크

분류에서Dev

Android 및 IOS를위한 Flutter의 다양한 디자인

분류에서Dev

Flutter : 모든 화면 / 활동 완료 (Android / iOS 모두)

Related 관련 기사

  1. 1

    Is there any way to get only the unnamed arguments?

  2. 2

    Flutter: How to change the status bar text color on Android and iOS when not using AppBar

  3. 3

    Is there any way to localize marshmallow permissions strings in android?

  4. 4

    Is there any way to make the Entire Screen Read Only in wpf

  5. 5

    Is there any way to cover an iOS 7 status bar with a UIView temporarily?

  6. 6

    Using regex to extract and reformat timestamp the only way?

  7. 7

    Is there any way to run others apps in my Android app's layout?

  8. 8

    Is there any way to highlight default vim keyword without using match?

  9. 9

    Any way to force a form to submit fields differently without using Javascript?

  10. 10

    Is there any way to copy a directory to another path using guava library?

  11. 11

    Is there any way to detect javascript postmessages using chrome extension?

  12. 12

    I developed an app only on IPhone now i want the same app universal, is there any way to transform it on Xcode?

  13. 13

    Is there a way to verify if e-mail was delivered only using SSL connection?

  14. 14

    Android: Fragmentmanager in Widget Subclass

  15. 15

    How to access Stateful widget animation controller from another widget in Flutter?

  16. 16

    Is there any way to project the size of intersection between two numerical ranges using mongo language?

  17. 17

    Is there any way to Copy and Paste from one file(from beginning to end) to another using SED and AWK?

  18. 18

    How to navigate in flutter during widget build?

  19. 19

    How can I paint a Widget on a Canvas in Flutter?

  20. 20

    Flutter Widget 빌드 및 구조

  21. 21

    iOS 용 Flutter

  22. 22

    What is the right way in using SQLite when changing activities in android?

  23. 23

    Make Read Only access for Mifare UltraLight using Android

  24. 24

    How to read any facebook user public timeline using iOS Social framework?

  25. 25

    NullPointerException : android.widget.ListView.setAdapter (android.widget.ListAdapter) '

  26. 26

    Flutter에서 Android 및 iOS 폴더를 삭제할 수 있나요?

  27. 27

    Flutter Android 라이브러리 및 iOS 프레임 워크

  28. 28

    Android 및 IOS를위한 Flutter의 다양한 디자인

  29. 29

    Flutter : 모든 화면 / 활동 완료 (Android / iOS 모두)

뜨겁다태그

보관