Flutter ) iOS / Android 플랫폼 구분하는 방법
안녕하세요 :) Zedd입니다. 오늘은 Flutter에서 지금 iOS환경인지..Android환경인지 구분하는 방법을 공부해보겠습니다! 먼저 foundation을 import해주세요. import 'package:flutter/foundation.dart' as foundation; 이제 foundation.defaultTargetPlatform == foundation.TargetPlatform.iOS; foundation.defaultTargetPlatform == foundation.TargetPlatform.android; 이런식으로 구분할 수 있습니다. 방법 1 : 프로퍼티를 만든다. class ZeddApp extends StatelessWidget { bool get isiOS => found..
Flutter
2020. 9. 18. 09:53
TAG
- Accessibility
- Swift
- swift delegate
- 피아노
- 회고
- FLUTTER
- ios 13
- np-hard
- WidgetKit
- iOS delegate
- 스위프트
- actor
- fastlane
- UIBezierPath
- IOS
- github
- Git
- WKWebView
- swift3
- np-complete
- swift tutorial
- Combine
- WWDC
- SwiftUI
- swift sort
- Xcode
- 스위프트 문법
- swift array
- swift 공부
- 제이슨 파싱
글 보관함
반응형
- Total
- Today
- Yesterday