Akira Aratani

Results 9 issues of Akira Aratani

# Summary Add an option to CardInputWidget to make the IME full-screen when in landscape mode. # Motivation Users cannot check error status when in landscape mode. I added the...

Country codes can be changed programmatically. ``` final key = GlobalKey(); CountryCodePicker( key: key, ); key.currentState.updateCountryCode(CountryCode.fromDialCode('+81')); ```

**Describe the bug** `CardField` not working on Android9. ![screenshot-220628172912](https://user-images.githubusercontent.com/3386962/176132340-b0d606ec-2d15-4679-9910-075328ab67d3.png) **To Reproduce** 1. Launch `ThemeCardExample` **Smartphone / tablet** - Device: Pixel2 - OS: Android 9 - Package version: 3.1.0(curernt master) -...

Android

I'm really sorry. I made a mistake in my changes. 🙇

Add `getLatestEvent` for getting an event on Android when an app is terminated. The class name is tentative and may be changed to any word. close #183

`FlutterCallkitIncoming.onEvent.listen` is not working on Android when an app is terminated. ||Terminated(killed)|Background(running)|Foreground(running)| |-|-|-|-| |Android|x|o|o|o| |iOS|o|o|o| I think we need to be able to get an init event value like in...

The incoming call screen does not appear when multiple apps are installed on Android. e.g. * Development app and Production app are installed * My developed and other developer's apps...

Users can dismiss notifications from Android 14. [Reference](https://developer.android.com/about/versions/14/behavior-changes-all#non-dismissable-notifications) This library should be set to [NotificationCompat.CallStyle](https://developer.android.com/reference/androidx/core/app/NotificationCompat.CallStyle#forIncomingCall). This change only works when isCustomNotification is turned off. |before|after| |:-:|:-:| |![record-240621190513](https://github.com/hiennguyen92/flutter_callkit_incoming/assets/3386962/e1397fd8-c628-4d83-8bf5-d2e477d1c0f3)|![record-240621190301](https://github.com/hiennguyen92/flutter_callkit_incoming/assets/3386962/12f32196-e3cb-428e-bf82-f80443aade53)|