🔐 基盤・権限管理
- permission_handler – 全般的な権限リクエストと状態確認
- app_settings – 設定画面に遷移させ権限変更を促す
- device_info_plus – OSや端末情報の取得
📍 位置情報関連(GPS権限)
- geolocator – デバイス位置情報取得
- location – リアルタイム位置情報取得
- background_locator_2 – バックグラウンド位置情報追跡
- geocoding – 住所⇔緯度経度変換
- flutter_compass – コンパス機能
- activity_recognition_flutter – 移動状態認識
📷 カメラ・メディア関連(カメラ・ストレージ権限)
- camera – カメラ機能
- image_picker – ギャラリーやカメラから画像取得
- file_picker – ファイル選択
- photo_manager – 写真・動画アクセス
- media_store – Androidメディアストレージ操作
- video_player – 動画再生
-
chewie –
video_player拡張UI
🎤 マイク・音声関連(マイク権限)
- speech_to_text – 音声認識
- flutter_sound – 音声録音・再生
- record – 音声録音特化
- just_audio – 音声再生
📞 電話・SMS関連(通話・SMS権限)
- telephony – SMS送受信、通話情報取得
- sms_autofill – SMSコード自動入力
- call_log – 通話履歴取得
- flutter_phone_direct_caller – 直接発信
📡 Bluetooth / NFC関連(Bluetooth/NFC権限)
- flutter_blue – Bluetooth LE
- flutter_reactive_ble – 高度なBLE操作
- nfc_manager – NFC読み取り・書き込み
- nearby_connections – 近距離P2P通信
🔔 通知・その他(通知・センサー権限)
- flutter_local_notifications – ローカル通知
- awesome_notifications – 高機能通知制御