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

appbar color not custom #24

Open
addappcn opened this issue Sep 16, 2020 · 1 comment
Open

appbar color not custom #24

addappcn opened this issue Sep 16, 2020 · 1 comment

Comments

@addappcn
Copy link

version :1.0.2.
startChat(). Why is there no parameter??

Future startChat({
Color iosNavigationBarColor,
Color iosNavigationTitleColor,
}) async {
await _channel.invokeMethod('startChat', {
'iosNavigationBarColor': iosNavigationBarColor?.value,
'iosNavigationTitleColor': iosNavigationTitleColor?.value,
});
}

@ened
Copy link
Collaborator

ened commented Oct 31, 2020

@addappcn please try again using version 2.0.0. What is the bug you are exactly looking to resolve?

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

No branches or pull requests

2 participants