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

Can I create a new DART edge project within an existing Flutter project? #60

Open
davoutuk opened this issue Nov 14, 2023 · 1 comment

Comments

@davoutuk
Copy link

Can I create a new DART edge project as a sub folder within an existing Flutter project? This is because I want to reuse data model classes already defined in the Flutter project.

@davoutuk davoutuk changed the title Can I create a new DART edge project within an existing Flutter project Can I create a new DART edge project within an existing Flutter project? Nov 14, 2023
@venkata-reddy-dev
Copy link

@davoutuk as per my understanding NO.

If you want to reuse some code. then create a dart package for reusable code (model classes) and use in flutter and dart edge projects by adding in pubspec.yml file.

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

2 participants