• This project
    • Loading...
  • Sign in

常守达 / doublefeel_flutter · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • doublefeel_flutter
  • lib
  • app
  • utils
  • platform_compact.dart
  • feat(app): bug fixed
    5b5ca491
    by 刘宏哲
    2026-09-03 18:20:57 +0800  
    Browse Directory »
platform_compact.dart 106 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import 'dart:io';

bool isOhos() {
  return Platform.isOhos;
}

bool isIOS() {
  return Platform.isIOS;
}