Skip to content

remove " ; " end of line like kotlin #38429

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

Closed
jackyhieu1211-hn opened this issue Sep 17, 2019 · 2 comments
Closed

remove " ; " end of line like kotlin #38429

jackyhieu1211-hn opened this issue Sep 17, 2019 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@jackyhieu1211-hn
Copy link

Hello admin
in kotlin
var title = ""
in dart
var title = "";

  • I think not use " ; " at the end of that line is amazing. So think about it
    Thanks team.
@lrhn
Copy link
Member

lrhn commented Sep 17, 2019

We have been, and still are, thinking about it. However, since Dart's syntax is not designed for omitting semicolons, simply dropping them is not an option.
We have not yet been able to find an approach which allows omitting semicolons and which also gives a good user experience in both the common and the tricky cases.

See #30347 for more discussion (closing as duplicate of that thread)

@lrhn lrhn closed this as completed Sep 17, 2019
@lrhn lrhn added the closed-duplicate Closed in favor of an existing report label Sep 17, 2019
@jackyhieu1211-hn
Copy link
Author

@lrhn I hope that comes true. thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants