feat: SMS 스캔 패키지를 flutter_sms_inbox로 변경 및 플랫폼별 최적화
- telephony 패키지를 flutter_sms_inbox로 교체 - 플랫폼별 SMS 스캔 로직 구현: * Web: mock data 사용 * Android: flutter_sms_inbox로 실제 SMS 스캔 * iOS: SMS 기능 비활성화 - iOS에서 SMS 스캔 버튼 숨김 처리 - PlatformHelper 유틸리티 추가로 웹 환경 오류 해결 - Android 네이티브 MethodChannel 코드 제거
This commit is contained in:
@@ -33,9 +33,8 @@ dependencies:
|
||||
shared_preferences: ^2.5.3
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
flutter_native_splash: ^2.3.10
|
||||
telephony: ^0.2.0
|
||||
flutter_sms_inbox: ^1.0.3
|
||||
flutter_dotenv: ^5.1.0
|
||||
flutter_sms: ^2.3.3
|
||||
flutter_svg: ^2.1.0
|
||||
html: ^0.15.6
|
||||
octo_image: ^2.0.0
|
||||
|
||||
Reference in New Issue
Block a user