Add live microphone waveform
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m3s

This commit is contained in:
Ruslan Bakiev
2026-05-09 14:08:27 +07:00
parent 56703c887f
commit b819b51c1f
9 changed files with 268 additions and 55 deletions

View File

@@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

View File

@@ -26,6 +26,8 @@
<string>$(PRODUCT_COPYRIGHT)</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>MapFlow uses your location to show places around you.</string>
<key>NSMicrophoneUsageDescription</key>
<string>MapFlow uses your microphone to record your voice review.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>