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

Use relative paths within a directory #15

Open
donny-dont opened this issue Jan 30, 2016 · 0 comments
Open

Use relative paths within a directory #15

donny-dont opened this issue Jan 30, 2016 · 0 comments
Labels

Comments

@donny-dont
Copy link
Member

Currently the generated libraries will use package imports to go up the directory structure. This causes issues with DDC so the generated paths need to be modified.

As an example a foo_convert.dart will look like

import 'package:my_package/models.dart

When it should use relative paths

import '../../models.dart';
@donny-dont donny-dont added the bug label Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant