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

color code is truncated in android colors.xml #103

Closed
vladimirshramov opened this issue Nov 23, 2020 · 2 comments
Closed

color code is truncated in android colors.xml #103

vladimirshramov opened this issue Nov 23, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@vladimirshramov
Copy link

steps:

  1. pubspec.yaml:
flutter_native_splash:
  image: assets/images/splash.png
  color: 080582

  1. flutter pub run flutter_native_splash:create

Actual result: res/values/colors.xml value:
<color name="splash_color">#80582</color>
ExpectedResult:
<color name="splash_color">#080582</color>

@avioli
Copy link

avioli commented Dec 9, 2020

color: "080582"

@winds1983
Copy link

you can maunlly change it in res/values/colors.xml file

@jonbhanson jonbhanson self-assigned this Jan 8, 2021
@jonbhanson jonbhanson added the bug Something isn't working label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants