This repository contains a minimal Flutter application that demonstrates how to launch a phone call on iOS.
The Flutter project is located in phone_app/. You can open it with Flutter and run it on an iOS device or simulator.
- Ensure Flutter is installed.
- Navigate to the
phone_appdirectory. - Run
flutter pub getto install dependencies. - Launch the app with
flutter run.
The main screen allows entering a phone number and tapping Call to open the dialer.