Skip to content

Issues: dart-lang/sdk

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Add methods to remove specified leading/trailing parts of a string area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#60796 opened May 26, 2025 by Reprevise
New API: dart:io.Platform.resolvedDartTool area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io type-enhancement A request for a change that isn't a bug
#60724 opened May 14, 2025 by srawlins
Move DateTime constants for month and weekday into extension types. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. feature-dot-shorthands Implementation of the dot shorthands feature. library-core type-enhancement A request for a change that isn't a bug
#60669 opened May 3, 2025 by mmcdon20
Uri - encoding of host should support domain punycoding area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#60664 opened May 2, 2025 by theatischbein
Inconsistent results of List.join under concurrent modification area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#60619 opened Apr 24, 2025 by rakudrama
Duration(seconds:) parsing problem area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#60586 opened Apr 22, 2025 by rocketnik
Add a TODO function that can be assigned to all types. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#60582 opened Apr 16, 2025 by rensPols
Core libraries: Remove defensive checks against subclasses of final classes area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#60513 opened Apr 10, 2025 by lrhn
[docs] BytesBuilder docs reference pre-class-modifiers statement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-typed-data type-documentation A request to add or improve documentation
#60399 opened Mar 25, 2025 by navaronbracke
StringSink Documentation Clarification area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-documentation A request to add or improve documentation
#60241 opened Mar 3, 2025 by RohitSaily
Documentation for "substring" and Similar API area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-documentation A request to add or improve documentation
#60230 opened Mar 1, 2025 by RohitSaily
ClientException: Failed to parse header value, when using http.post request area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-_http
#60142 opened Feb 15, 2025 by andreykuzovlevv
.toUpperCase() converts 'ß' to deprecated 'SS' area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core status-blocked Blocked from making progress by another (referenced) issue type-enhancement A request for a change that isn't a bug
#60141 opened Feb 15, 2025 by t-m-z
Add DateTime.copyWith to class instead of extension method area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core status-blocked Blocked from making progress by another (referenced) issue type-enhancement A request for a change that isn't a bug
#60085 opened Feb 10, 2025 by lrampazzo
Add DateTime.fromSecondsSinceEpoch and int get secondsSinceEpoch area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#59961 opened Jan 23, 2025 by KKimj
Errors are escaping the error zone when thrown from wrapped register* callbacks. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59913 opened Jan 15, 2025 by jakemac53
[Dot Shorthands] Core library updates area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. feature-dot-shorthands Implementation of the dot shorthands feature.
#59876 opened Jan 9, 2025 by kallentu
Support multiplication on Int32x4 area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-typed-data type-enhancement A request for a change that isn't a bug
#59816 opened Dec 27, 2024 by zing-ethan
Make Object.toString @mustBeOverriden in Exception and Error area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-enhancement A request for a change that isn't a bug
#59729 opened Dec 16, 2024 by gaaclarke
Deprecate Random() default constructor, replace with Random.insecure() area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-math
#59715 opened Dec 13, 2024 by natebosch
Add standard interfaces like Disposable as Mixins in the Dart SDK area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-enhancement A request for a change that isn't a bug
#59678 opened Dec 6, 2024 by escamoteur
Iterable.whereType is not available as async version on Stream.whereType area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-enhancement A request for a change that isn't a bug
#59643 opened Dec 2, 2024 by mkustermann
extension FutureIterable<T>.wait throws synchronously if iteration throws. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-enhancement A request for a change that isn't a bug
#59639 opened Dec 1, 2024 by stephane-archer
Iterable.any docs slightly unclear? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-documentation A request to add or improve documentation type-enhancement A request for a change that isn't a bug
#59576 opened Nov 21, 2024 by ditman
Expose isSubclassOf area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#58261 opened Nov 19, 2024 by Solido
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.