0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Flutter アプリ開発:権限関連パッケージ30選(pub.devリンク付き)

Posted at

🔐 基盤・権限管理

  1. permission_handler – 全般的な権限リクエストと状態確認
  2. app_settings – 設定画面に遷移させ権限変更を促す
  3. device_info_plus – OSや端末情報の取得

📍 位置情報関連(GPS権限)

  1. geolocator – デバイス位置情報取得
  2. location – リアルタイム位置情報取得
  3. background_locator_2 – バックグラウンド位置情報追跡
  4. geocoding – 住所⇔緯度経度変換
  5. flutter_compass – コンパス機能
  6. activity_recognition_flutter – 移動状態認識

📷 カメラ・メディア関連(カメラ・ストレージ権限)

  1. camera – カメラ機能
  2. image_picker – ギャラリーやカメラから画像取得
  3. file_picker – ファイル選択
  4. photo_manager – 写真・動画アクセス
  5. media_store – Androidメディアストレージ操作
  6. video_player – 動画再生
  7. chewievideo_player拡張UI

🎤 マイク・音声関連(マイク権限)

  1. speech_to_text – 音声認識
  2. flutter_sound – 音声録音・再生
  3. record – 音声録音特化
  4. just_audio – 音声再生

📞 電話・SMS関連(通話・SMS権限)

  1. telephony – SMS送受信、通話情報取得
  2. sms_autofill – SMSコード自動入力
  3. call_log – 通話履歴取得
  4. flutter_phone_direct_caller – 直接発信

📡 Bluetooth / NFC関連(Bluetooth/NFC権限)

  1. flutter_blue – Bluetooth LE
  2. flutter_reactive_ble – 高度なBLE操作
  3. nfc_manager – NFC読み取り・書き込み
  4. nearby_connections – 近距離P2P通信

🔔 通知・その他(通知・センサー権限)

  1. flutter_local_notifications – ローカル通知
  2. awesome_notifications – 高機能通知制御
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?