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

Meta issue for the difficulty of using assets with Flutter #27802

Open
2 of 5 tasks
matanlurey opened this issue Feb 11, 2019 · 7 comments
Open
2 of 5 tasks

Meta issue for the difficulty of using assets with Flutter #27802

matanlurey opened this issue Feb 11, 2019 · 7 comments
Labels
a: assets Packaging, accessing, or using assets customer: crowd Affects or could affect many people, though not necessarily a specific customer. P2 Important issues not at the top of the work list team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team

Comments

@matanlurey
Copy link
Contributor

matanlurey commented Feb 11, 2019

I wanted to try and highlight how several outstanding issues related to assets really hurt productivity:

@jonahwilliams jonahwilliams added tool Affects the "flutter" command-line tool. See also t: labels. a: assets Packaging, accessing, or using assets labels Feb 11, 2019
@escamoteur
Copy link
Contributor

Just one addition, packages can't define assets that are not inside the lib folder so that you have to do it like this:

   - packages/my_project/assets/image.png

@bitsydarel
Copy link

Today I came across this at work, is there any update on this issue ?

@escamoteur escamoteur added this to the Goals milestone Dec 3, 2019
@jmagman jmagman added this to Awaiting triage in Tools - assets review Jan 10, 2020
@jonahwilliams jonahwilliams moved this from Awaiting triage to Engineer reviewed in Tools - assets review May 1, 2020
@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@lavahasif
Copy link

image

@escamoteur solved the problem

@om-ha
Copy link

om-ha commented Jul 1, 2022

Any update on this please?

@panda-p1
Copy link

panda-p1 commented Oct 7, 2022

Is here any update?

@skiryuk
Copy link

skiryuk commented Jan 18, 2023

any update?

@subzero911
Copy link

subzero911 commented Jan 30, 2023

Probably related:
#119562
I declare fonts in a package's pubspec, but the main app does not see these fonts, unless I explicitly add all of them to the pubspec too.

I suggest adding a directive for importing all fonts from the package:

fonts:
  import packages/mts_granat # imports all fonts from its pubspec

@darshankawar darshankawar added the customer: crowd Affects or could affect many people, though not necessarily a specific customer. label Jan 31, 2023
@flutter-triage-bot flutter-triage-bot bot added team-tool Owned by Flutter Tool team triaged-tool Triaged by Flutter Tool team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: assets Packaging, accessing, or using assets customer: crowd Affects or could affect many people, though not necessarily a specific customer. P2 Important issues not at the top of the work list team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team
Projects
Tools - assets review
  
Engineer reviewed
Development

No branches or pull requests