-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Move Point and Rect to dart:math #9213
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
Comments
Removed Type-Defect label. |
This comment was originally written by @seaneagan or create a new dart:geometry library, see issue #3107. |
Hmm. Not sure I'd go that far. I think everything used by dart:html should be shareable. To keep v1 simple and to encourage creativity and flexibility in other libraries, I'd keep the set of types very small. |
This comment was originally written by @seaneagan agree with keeping the set of types small for v1. but having them in their own library will make it easier to extend post-v1, such as the types mentioned in issue #9212. |
Added Triaged label. |
cc @jmesserly. |
This comment was originally written by [email protected] Added Area-Library label. |
Fixed r28184 Added Fixed label. |
you robbed me of my satisfaction of marking it as fixed! ;-) |
Nevermind... Added Started label. |
Added this to the M8 milestone. |
Waiting on https://codereview.chromium.org/25698003/ |
https://codereview.chromium.org//25808002 Fixed! Added Fixed label. |
These are too general to be limited to browser-only apps.
I have a number of geometry types in a non-browser lib. Being able to leverage the same Rect and Point everywhere is ideal.
The text was updated successfully, but these errors were encountered: