• 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(hw): 图片资源
    b6162992
    by 常守达
    2026-08-24 16:39:18 +0800  
    Browse Files
platform_compact.dart 142 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import 'dart:io';

bool isOhos() {
  // return Platform.isOhos;
  return true;
}

bool isIOS() {
  // return Pltform.isIOS;
  return false;
}