-
Notifications
You must be signed in to change notification settings - Fork 133
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
Implement methods added in Dart 2.0 #418
Comments
@srawlins I've x-ref'ed the fixes here. Is this now complete? |
No sir! Still have 34 Unimplemented methods: $ git grep Unimplemented | wc -l
34 |
It was very surprising to me to see an UnimplementedError when I performed a normal (Dart 2) map operation. Hope this can get fixed soon. |
Sorry about that. This is sort of a "Contributions welcome" situation. Or maybe the Quiver owners want to own this. |
This is now down to 22 remaining. Working on knocking off the rest. Contributions are of course most welcome :) |
Remainder:
|
_FakeTimer.tick would be nice, becaus I am getting this, if I run outside runAsync:
|
Any updates so far? |
There have been a couple community contributions such as #597. I'm planning to book time this Friday for non-null-by-default migration. If there's any time remaining after that, I may take a look at chipping away at some of these. Any particular methods other than the above-mentionned Timer.tick that are important to you? That would help with prioritisation. Also always more than happy to review pull requests. See the Contributing file for details if that interests you. |
I introduced a ton of Unimplemented stubs recently. Now that quiver has a minimum version constraint that guarantees that the new methods are available, we should implement them.
The text was updated successfully, but these errors were encountered: