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

[FR]: Not getting full path in json generated file #388

Open
2 tasks done
hacodeszignuts opened this issue Apr 25, 2023 · 0 comments
Open
2 tasks done

[FR]: Not getting full path in json generated file #388

hacodeszignuts opened this issue Apr 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hacodeszignuts
Copy link

hacodeszignuts commented Apr 25, 2023

Is there an existing issue for this?

  • me have searched the existing issues

Describe the problem

You're package is too good. but there is small issue. When me generated json file tan file generated same as image asset file but file path is like : 'assets/json/map_style.json' in $AssetsJsonGen class. So me need full path.

Describe the solution

me reviewed the package and In other asset class there is keyname like :
"" String get keyName => 'packages/superapp_assets/$_assetName'; ""

So if you can generate keyname in json classes so it'll be solve the issues.

But me just get the temporary solution like this :-
"" '${MySuperAppAssets.images.camera.keyName.split('/assets').first}/${MySuperAppAssets.json.mapStyle}' ""

it's not the proper solution but me don't do this then i need to give a path whenever me generated assets. So, Hope you'll fix this one or add this feature

Additional context

No response

Code of Conduct

  • me agree to follow this project's Code of Conduct
@hacodeszignuts hacodeszignuts added the enhancement New feature or request label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant