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

Import path breaks Dart package convention #152

Open
lukepighetti opened this issue Sep 12, 2019 · 0 comments
Open

Import path breaks Dart package convention #152

lukepighetti opened this issue Sep 12, 2019 · 0 comments

Comments

@lukepighetti
Copy link

lukepighetti commented Sep 12, 2019

In consuming this package I expect to be able to
import 'package:flare_flutter/flare_flutter.dart'
but this file does not exist.

It should contain exports for all the files you'd need to consume this package on a regular basis. Internally/rarely used classes can be omitted. You can export key files from flare_dart as well.

@lukepighetti lukepighetti changed the title Setup normal export paths Export path breaks Dart package convention Sep 12, 2019
@lukepighetti lukepighetti changed the title Export path breaks Dart package convention Import path breaks Dart package convention Sep 12, 2019
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

1 participant