| That's normal for Google APIs. Only interesting stuff gets done. Boring problems stick around forever, wasting millions of user engineer hours. Examples: - Chain.capture() not working in tests https://github.com/dart-lang/stack_trace/issues/50 - Document exceptions thrown https://github.com/dart-lang/http/issues/245 - It's difficult to find content using normal browser find https://github.com/dart-lang/dartdoc/issues/2131 - SecurityContext.setTrustedCertificatesBytes fails with BAD_PKCS12_DATA https://github.com/flutter/flutter/issues/39190 - Add remote port information to Socket errors (2013!) https://github.com/dart-lang/sdk/issues/12693 - setTrustedCertificates doesn't work. Causes HandshakeException all the time https://github.com/dart-lang/sdk/issues/35462 - badCertificateCallback is called with issuer certificate instead of leaf certificate for LetsEncrypt published certificate https://github.com/dart-lang/sdk/issues/39425 - No way to preload Image from assets before first builder (needed for smooth splash screen with images) https://github.com/flutter/flutter/issues/26127 - Provide function to get the current system timezone name https://github.com/dart-lang/sdk/issues/21758 - Create an easy and consistent Exception base class https://github.com/dart-lang/sdk/issues/2909 - Google please provide a Location module https://github.com/flutter/flutter/issues/31453 - Widgets inserted in MaterialApp Navigator Overlay don't get theme https://github.com/flutter/flutter/issues/39379 - [firebase_messaging] PHONE_REGISTRATION_ERROR on Android API 18 with Google APIs https://github.com/FirebaseExtended/flutterfire/issues/1471 - Use layer style for colors in Design Kit for Sketch https://github.com/material-components/material-components/i... |