We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code seems to be bugged since is not generate the color correctly:
https://github.com/henriquearthur/flutter_native_splash/blob/ecfa8fefe108fd9ac57e596a80c3bcf394114e7e/lib/ios.dart#L207
Example:
#FF0024 gets translated into the following image
#FF0024
The text was updated successfully, but these errors were encountered:
Corrected color of background PNG for iOS. (The channel order of a ui…
54e4047
…nt32 encoded color is BGRA.) (#115)
Thanks for the heads up! Should be fixed now.
Sorry, something went wrong.
No branches or pull requests
This code seems to be bugged since is not generate the color correctly:
https://github.com/henriquearthur/flutter_native_splash/blob/ecfa8fefe108fd9ac57e596a80c3bcf394114e7e/lib/ios.dart#L207
Example:
#FF0024
gets translated into the following imageThe text was updated successfully, but these errors were encountered: