Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for null safety #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fixes for null safety #18

wants to merge 6 commits into from

Conversation

imhafeez
Copy link

@imhafeez imhafeez commented Aug 2, 2021

No description provided.

@prajwal27
Copy link

Will this be merged?

@EgHubs
Copy link

EgHubs commented Sep 24, 2021

Alright,
I have tested this fork and it is all good with no errors,
only one thing,
when I run this simple code on Android 8.0.0

initiatedPhoneCall =
                                 FlutterPhoneState.startPhoneCall(
                                     phoneNumber);
                             print('calling $phoneNumber');
                             await initiatedPhoneCall.done;
                           print('calling ${initiatedPhoneCall.status}');

the phone app is opened and writes the number to be called but it doesn't make the call!
is it what it should do?
this is the o/p

I/flutter (13544): calling 010000000
[flutterPhoneState] Call is done: 995c8737-f6df-40fb-bc27-93315e9bb096- Removing due to PhoneCallStatus.disconnected
I/flutter (13544): calling PhoneCallStatus.disconnected
[flutterPhoneState] Finished call. Status PhoneCallStatus.disconnected
[flutterPhoneState] Received application lifecycle state change: AppLifecycleState.inactive
[flutterPhoneState] Received application lifecycle state change: AppLifecycleState.paused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants