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

Multiple files #2149

Closed
johnpryan opened this issue Jan 25, 2022 · 1 comment
Closed

Multiple files #2149

johnpryan opened this issue Jan 25, 2022 · 1 comment
Labels
area-workshops closed-not-planned Closed as we don't intend to take action on the reported issue type-enhancement A request for a change that isn't a bug

Comments

@johnpryan
Copy link
Contributor

johnpryan commented Jan 25, 2022

If a Gist contains multiple.dart files, display them in the UI and include them when dart-services compiles JS. Show tabs at the top, similar to the tabs used in Svelte REPL.

Example

main.dart

import 'library.dart';

void main() {
  print(calculate());
}

library.dart

int calculate() => 42;

Related issues

@parlough
Copy link
Member

parlough commented May 6, 2024

With #2808, it was decided to not support the multi-file use case to focus on what DartPad does best. If anyone is still interested in this, please open a new issue for discussion, thanks!

@parlough parlough closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2024
@parlough parlough added the closed-not-planned Closed as we don't intend to take action on the reported issue label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-workshops closed-not-planned Closed as we don't intend to take action on the reported issue type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants