-
Notifications
You must be signed in to change notification settings - Fork 120
Deprecate & discontinue package #671
Comments
An update - I believe that the |
@devoncarew @mit-mit is there an existing way we can get the template list in a parsable format? Right now we're using |
|
I've gated this on SDK version I presume the deprecation notices being printed here won't apply to |
Thanks!
I think all the support we need in the |
Yup, I'm pretty sure too: https://medium.com/dartlang/announcing-dart-2-10-350823952bd5 |
Ah, great! I misunderstood from the action about moving templates here and Devon's recent commit that all the templates weren't here, but I see now they were just previously being read out of out the Stagehand project. I'll lower the check to 2.10 and will merge into the upcoming Dart-Code release then. Thanks! |
wrt @bkonyi - once the IDE work is complete and we've shipped releases that call out to |
The YouTrack issue is at https://youtrack.jetbrains.com/issue/WEB-45841. Alex or myself will take care of it soon. |
@devoncarew sure, sounds good to me. |
Hi, I'm updating the Dart plugin for IntelliJ IDEA to use
|
I hit the same issue using I think it'd be good to support |
This CL should address the |
Thanks!
As I understand, it prints an error message and exits. IntelliJ's project wizard doesn't have any restrictions regarding project folder naming, so this will result in an empty project instead of a Dart project template. Will you consider normalizing project name instead of failing (this was the behavior of stagehand)? Alternatively, can there be a flag for the project name, so that the folder name doesn't matter at all? |
Ah sorry, I missed that bit. I've updated the CL to perform the same normalization as stagehand (e.g., |
@bkonyi - the IntelliJ work has now landed. I think we can start on the next stage of deprecation (the other steps above). I'm not sure of the best timing for that; perhaps sometime after we release the next stable (give people and tools time to update to the latest versions)? |
|
With support for creating projects with
dart create
, we should deprecate this package:Prep work:
dart create
dart create
templates
from here to https://github.com/dart-lang/sdk/tree/master/pkg/dartdevdart create
to use the template directory, and remove dependency onstagehand
Finalization work:
The text was updated successfully, but these errors were encountered: