id
stringlengths
14
17
text
stringlengths
23
1.11k
source
stringlengths
35
114
9935b6bd1c24-229
13736 libtxt: pass an RTL bool flag instead of a bidiFlags enum to measureText (cla: yes) 13737 [web] Don’t run engine tests under vm (causing warnings) (cla: yes) 13738 Removed scary experimental warnings for new embedding. (#44314) (cla: yes) 13739 Point old plugin registry accessors to new embedding plugin accessors. (#44225) (cla: yes) 13741 [web] Refactor text editing to handle any order of platform messages gracefully (affects: text input, cla: yes, platform-web) 13742 Only specify –no-link-platform when not specifying –aot, roll dart-lang sdk (cla: yes) 13743 Expose asset lookup from plugin binding. (#42019) (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-230
13744 Create a new picture recorder even when the embedder supplied render target is recycled. (cla: yes) 13747 Move TextRange from the framework to dart:ui. (cla: yes) 13748 [web] Support gif/webp animations, Speed up image drawing in BitmapCanvas. (cla: yes) 13753 Revert “Guarding EAGLContext used by Flutter” (cla: yes) 13755 Reland “Guarding EAGLContext used by Flutter #13314” (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-231
13756 Manual roll of Dart e68ca9b652acdb642668a6acb5f630d5be6c03da…fa4379946109467c8a48f20f19d83d7c72968a3e (cla: yes) 13757 Revert “Reland “Guarding EAGLContext used by Flutter #13314”” (cla: yes) 13758 Reland children isolates sharing isolate group change. (cla: yes) 13759 Reland “Guarding EAGLContext used by Flutter #13314” (CQ+1, cla: yes) 13760 Implement Path.computeMetrics in the CanvasKit backend (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-232
13761 Manual Dart roll fa4379946109467c8a48f20f19d83d7c72968a3e…d45c3d15cb3cea0104a87697c085259666eec528 (cla: yes) 13762 Turn on RasterCache based on view hierarchy (cla: yes) 13763 Remove usage of fuchsia.modular.Clipboard. (cla: yes) 13765 Change wordBoundary to take dynamic temporarily (cla: yes) 13767 reland add lifecycle enum (cla: yes) 13768 Add ImageFilter and BackdropFilter to CanvasKit backend (cla: yes) 13769 [web] Implement TextStyle.shadows (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-233
13772 Move Path and PathMetrics from canvas.dart into their own files. No delta (cla: yes) 13779 [web] Fix path to svg for drrect (cla: yes) 13780 Allow passing hot reload debugging flags through (cla: yes) 13781 Create a WeakPtrFactory for use on the UI thread in VsyncWaiter (cla: yes) 13782 Document the coordinate space of points in FlutterPointerEvent. (cla: yes) 13784 Add Helvetica and sans-serif as fallback font families (cla: yes) 13785 Fix RendererContextSwitch result check in Rasterizer::MakeRasterSnapshot (cla: yes) 13786 Take devicePixelRatio into account when drawing shadows (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-234
13788 Revert “Guarding EAGLContext used by Flutter #13314” (cla: yes) 13789 add recent packages to javadoc list (cla: yes, waiting for tree to go green) 13795 Adds missing comma in EngineParagraphStyle.toString() (cla: yes) 13796 implement radial gradient in canvaskit backend (cla: yes) 13799 Update version of dart/language_model distributed with flutter engine to latest (cla: yes) 13802 [web] Fix selectable text rendering (cla: yes) 13803 [build] Make –engine-version flag optional (CQ+1, cla: yes) 13805 Remove extra shadows from ParagraphStyle (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-235
13805 Remove extra shadows from ParagraphStyle (cla: yes) 13809 [web] Fix blendmode for images (cla: yes) 13812 RendererContextSwitch guard flutter’s gl context rework. (CQ+1, cla: yes) 13828 Revert “Roll src/third_party/skia d860a78fd60c..581108137b46 (13 comm… (cla: yes) 13829 [dart_runner] Initialize logging and tracing (cla: yes) 13832 Remove unused import (cla: yes) 13837 Roll buildroot to 0fec442d067a0998352ea12706fcae0a53b62884. (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-236
13842 Disable LTO on Fuchsia (cla: yes) 13847 Avoid GL calls when compiling for Fuchsia. (cla: yes) 13848 Use Skia’s matchStyleCSS3 to find bundled asset typefaces matching a font style (cla: yes) 13850 Fix test to account for pixel ratio transformations being framework responsibility. (cla: yes) 13851 Implement the rest of ui.Path methods for CanvasKit (cla: yes) 13852 Do not default to downstream affinity on iOS insertText (cla: yes) 13855 Add support for –dart-flags in FlutterShellArgs. (#44855) (cla: yes) 13857 Guard against orphaned semantic objects from referencing dead accessibility bridge on iOS (accessibility, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-237
13860 [web] Change canvas sibling transforms to 3d with z=0 to get around canvas rendering bug. (cla: yes) 13864 [flow][fuchsia] Add more tracing to layers and Fuchsia surface pool (cla: yes) 13865 [fuchsia] Package flutter_frontend_server snapshot for fuchsia (cla: yes) 13869 Changing test runner and platform to be browser independent (cla: yes) 13881 Change edge conditions of getLineBoundary (cla: yes) 13885 Work around Fuchsia a11y / ICU name conflict (cla: yes) 13901 [web] Fix single line bitmap canvas text shadow (cla: yes) 13902 Adding opacity -> alpha method to Color class (affects: framework, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-238
13903 Implement basic text rendering support in CanvasKit backend (cla: yes) 13904 Fix withIn matcher distance function lookup (cla: yes) 13906 Revert “RendererContextSwitch guard flutter’s gl context rework.” (cla: yes) 13907 allow ignoring toString, hashCode, and == in api_conform_test (cla: yes) 13908 Made a way to turn off the OpenGL operations on the IO thread for backgrounded apps (cla: yes) 13909 [web] Implement PathMetrics.length (cla: yes) 13910 Roll buildroot to a985f7f63ac. (cla: yes) 13918 Add virtual destructor to GPUSurfaceSoftwareDelegate. (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-239
13922 [web] Flutter for web autocorrect support (cla: yes, platform-web, waiting for tree to go green) 13923 Roll Skia to e678b79c489d (2 commits) (cla: yes) 13925 [shell][fuchsia] Migrate away from deprecated async loop configs (CQ+1, cla: yes) 13926 Add dev_compiler and frontend_server to package uploading rule (cla: yes) 13928 Roll Skia to e678b79c489d (cla: yes) 13929 [web] Allow users to enable canvas text measurement (cla: yes, platform-web) 13932 Removed GET_ACTIVITIES flag from all manifest meta-data lookups. (#38891) (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-240
13934 Ensure we use the base CompositorContext’s AcquireFrame method when screenshotting (CQ+1, cla: yes) 13940 [web] Fix Edge detection for correct dom_renderer reset (cla: yes) 13943 Made the thread checker print out the thread names on Apple platforms. (cla: yes) 13945 Update SwiftShader to 5d1e854. (cla: yes) 13947 [flutter_runner] fix a11y tests (cla: yes) 13960 [web] Fix default line-height issue for Firefox (cla: yes) 13962 Added auto-reviewer config file (cla: yes) 13963 Remove the strace debug logging from the Fuchsia gen_package script (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-241
13971 [fuchsia] Ensure we do not initialize nan RoundedRectangles (cla: yes) 13975 Refactor to passing functions by const ref (CQ+1, cla: yes) 13980 Updated googletest to fix fuchsia build. (CQ+1, cla: yes) 13981 [web] use Element.nodes instead of Element.children in text layout (cla: yes, platform-web) 13989 [fuchsia] Capture SkRRect in scene_update_context by value (cla: yes) 13990 Setup a Metal test surface and add a new unit-test target that tests the testing utilities. (cla: yes) PRs closed in this release of flutter/plugins
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-242
PRs closed in this release of flutter/plugins From Sun Aug 19 17:37:00 2019 -0700 to Mon Nov 25 12:05:00 2019 -0800 1370 [camera] Pause/resume video recording for Android & iOS (cla: yes, feature) 1702 [google_maps_flutter]Marker drag event (cla: yes, in review) 1767 [google_maps_flutter] Adds support for displaying the traffic layer (cla: yes, in review) 1784 [google_maps_flutter] Allow (de-)serialization of CameraPosition (cla: yes, in review, submit queue) 1813 [video-player] add support for content uris as urls (cla: yes, in review)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-243
1866 [instrumentation_adapter] enable Firebase Test Lab Android testing (cla: yes) 1933 [google_maps_flutter] Avoid unnecessary redraws (cla: yes, in review) 1953 [path_provider] add getApplicationLibraryDirectory (cla: yes) 1984 Remove Flutterfire plugins (moved to FirebaseExtended) (cla: yes) 1985 [android_alarm_manager] Added ability to get id in the callback (cla: yes) 1990 [path_provider] Add missing tests (backlog, cla: yes) 1993 [pathprovider] Fix fall through bug (cla: yes) 1996 [webview_flutter] Allow underscores anywhere for Javascript Channel name (cla: yes) 1998 [video_player] Fix deprecated member use (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-244
1998 [video_player] Fix deprecated member use (cla: yes) 1999 [Connectivity] add a method to request location on iOS (for iOS 13) (cla: yes) 2000 [android_intent] add flags option (cla: yes, submit queue) 2003 [video_player] Added formatHint to to override video format on Android (cla: yes) 2004 [cirrus] Use flutter create for all_plugins test (cla: yes) 2005 Add explicit initialization of TestWidgets binding to all breaking unit tests (cla: yes) 2009 Fix unit test for sensors (cla: yes) 2010 [Image_picker] fix retrieveImage breakage, added tests. (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-245
2014 [In_App_Purchase] Avoids possible NullPointerException with background registrations. (cla: yes, submit queue) 2015 [google_sign_in] Use implementation rather than api dependencies for plugin third-party dependencies. (cla: yes) 2016 [In_App_Purchase] Improve testability (cla: yes, in review) 2022 [instrumentation_adapter] Update README instructions (cla: yes) 2023 [instrumentation_adapter] update boilerplate to use @Rule instead of FlutterTest (cla: yes) 2024 [instrumentation_adapter] update CODEOWNERS (cla: yes) 2027 [in_app_purchase] Remove skipped driver test (cla: yes) 2028 [instrumentation_adapter] Update documentation about using androidx (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-246
2029 fix android crash when pausing or resuming video on APIs lower than 24. (cla: yes, in review) 2036 video player version fix (cla: yes) 2038 [url_launcher] Removed reference to rootViewController during initialization (cla: yes, in review, waiting for test harness) 2045 [android_intent] Add action_application_details_settings (cla: yes, submit queue) 2047 [local_auth] Avoid user confirmation on face unlock (cla: yes, submit queue, waiting for test harness) 2049 [path_provider] Android: Support multiple external storage options (cla: yes, in review) 2050 [instrumentation_adapter] Add support for running tests with Flutter driver (cla: yes) 2051 [instrumentation_adapter] update for release (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-247
2052 [instrumentation_adapter] Add stub iOS implementation and example app (cla: yes) 2053 [google_maps_flutter] Fix analyzer failures relating to prefer_const_constructors (cla: yes) 2055 Point opensource site at new location (cla: yes) 2056 Reland “[webview_flutter] Add a getTitle method to WebViewController”… (cla: yes) 2057 [Camera] Fixes NullPointerException (cla: yes, submit queue, waiting for test harness) 2059 [google_sign_in] Fix chained async methods in error handling zones (cla: yes) 2065 [google_maps_flutter] Prefer const constructors. (cla: yes) 2068 [google_maps_flutter] Fix iOS MyLocationButton on iOS (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-248
2070 [image_picker] swap width and height when source image orientation is left or right (cla: yes, in review) 2075 [instrumentation_adapter] Migrate example to AndroidX (cla: yes) 2076 [google_maps_flutter] Clone cached elements in GoogleMap (cla: yes) 2083 [image_picker] Fix a crash when picking video on iOS 13 and above. (cla: yes, in review) 2084 [update] local_auth - intl version (cla: yes) 2087 [android_alarm_manager] Update and migrate iOS example project (cla: yes) 2088 [android_intent] Update and migrate iOS example project (cla: yes) 2089 [battery] Update and migrate iOS example project (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-249
2090 [camera] Update and migrate iOS example project (cla: yes, submit queue) 2091 [connectivity] Update and migrate iOS example project (cla: yes) 2092 [device_info] Update and migrate iOS example project (cla: yes) 2093 [google_maps_flutter] Update and migrate iOS example project (cla: yes) 2094 [google_sign_in] Update and migrate iOS example project (cla: yes) 2095 [image_picker] Update and migrate iOS example project (cla: yes) 2096 [in_app_purchase] Update and migrate iOS example project (cla: yes, submit queue) 2097 [local_auth] Update and migrate iOS example project (cla: yes) 2098 [package_info] Update and migrate iOS example project (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-250
2099 [path_provider] Update and migrate iOS example project (cla: yes) 2100 [quick_actions] Update and migrate iOS example project (cla: yes) 2101 [sensors] Update and migrate iOS example project (cla: yes) 2102 [share] Update and migrate iOS example project (cla: yes) 2103 [shared_preferences] Update and migrate iOS example project (cla: yes) 2108 [google_maps_flutter] Add Projection methods to google_maps (cla: yes) 2109 [url_launcher] Update and migrate iOS example project (cla: yes, submit queue) 2110 [video_player] Update and migrate iOS example project (cla: yes) 2111 [local_auth] Api to stop authentication (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-251
2111 [local_auth] Api to stop authentication (cla: yes) 2112 Run flutter_plugin_tools format (cla: yes) 2113 [google_maps_flutter] Avoid AbstractMethod crash (cla: yes) 2115 [camera] Define clang modules in for iOS (cla: yes) 2119 Add web url launcher (cla: yes) 2120 [image_picker] fix crash when aar from ‘flutter build aar’ (cla: yes, in review) 2123 [camera] Fix event type check (cla: yes) 2124 [video_player] Move [player dispose] to onUnregistered (cla: yes) 2125 [in_app_purchase] Define clang module for iOS (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-252
2127 [google_sign_in] Fix deprecated API usage issue by upgrading CocoaPod to 5.0 (cla: yes, submit queue) 2128 [image_picker] Define clang module for iOS (cla: yes) 2131 [share]fix iOS crash when setting the subject to null (cla: yes) 2135 [android_alarm_manager] Define clang module for iOS (cla: yes) 2136 [url_launcher_web] Fix README.md pubspec example (cla: yes) 2137 [connectivity] Define clang module for iOS (cla: yes) 2138 [device_info] Define clang module for iOS (cla: yes) 2139 [google_maps_flutter] Add NonNull macro to reduce warnings in iOS (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-253
2141 BugFix: formatHint was meant for network streams. (cla: yes) 2142 [Connectivity] migrate to the new android embedding (cla: yes) 2143 [android_intent] Migrate to the new embedding (cla: yes) 2144 [android_intent] Define clang module for iOS (cla: yes) 2145 [instrumentation_adapter] Define clang module for iOS (cla: yes) 2146 [local_auth] Define clang module for iOS (cla: yes) 2147 [path_provider] Define clang module for iOS (cla: yes) 2148 [package_info] Define clang module for iOS (cla: yes) 2149 [quick_actions] Define clang module for iOS (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-254
2152 [battery] Support the v2 Android embedder (cla: yes) 2154 Use stable Flutter image as base (cla: yes) 2155 [in_app_purchase] migrate to the v2 android embedding (cla: yes) 2156 [Share] Support v2 android embedder. (cla: yes) 2157 [url_launcher] Migrate to the new embedding (cla: yes) 2158 [video_player] Basic test for VideoPlayerController initialization (cla: yes) 2160 [package_info] Support the v2 Android embedder (with e2e tests) (cla: yes) 2161 Rename instrumentation_adapter plugin to e2e plugin (cla: yes) 2162 [shared_preferences] Support v2 android embedder. (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-255
2163 [device_info] Support v2 android embedder. (cla: yes) 2164 [sensor] Support v2 android embedder. (cla: yes) 2165 [camera] Migrate to the new embedding (cla: yes) 2167 [quick_actions] Support v2 android embedder. (cla: yes) 2168 Add plugin for Android lifecycle in embedding (cla: yes) 2169 [flutter_webview] Migrate to the new embedding (cla: yes) 2174 [url_launcher] Enable androidx and jetifier in android gradle properties (cla: yes) 2175 [sensors] Define clang module for iOS (cla: yes) 2176 [shared_preferences] Define clang module for iOS (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-256
2177 [url_launcher] Define clang module for iOS (cla: yes) 2178 [e2e] update README (cla: yes) 2179 [battery] Define clang module for iOS (cla: yes) 2180 [share] Define clang module for iOS (cla: yes) 2182 [google_maps_flutter] Define clang module for iOS, fix analyzer warnings (cla: yes) 2183 [video_player] Define clang module for iOS (cla: yes) 2184 [google_sign_in] Define clang module for iOS (cla: yes) 2185 [webview_flutter] Define clang module for iOS (cla: yes) 2186 Run clang analyzer on iOS and macOS code in CI test when packages change (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-257
2188 [android_intent] Bump the Flutter SDK min version (cla: yes) 2189 [battery] relax the example app minimal required Flutter version (cla: yes) 2190 [e2e] Update to support new embedder (cla: yes) 2191 [image_picker] Fix iOS build and analyzer warnings (cla: yes) 2192 [in_app_purchase] Fix iOS build warning (cla: yes) 2194 [battery] add e2e dependency to the example app (cla: yes) 2195 [android_intent] Cleanup the V2 migration (cla: yes) 2196 [webview_flutter] (Trivial) Add V2 warnings (cla: yes) 2197 Enable testing on both master and stable (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-258
2197 Enable testing on both master and stable (cla: yes) 2199 Revert “Enable testing on both master and stable (#2197)” (cla: yes) 2200 [flutter_webview] Revert v2 embedder support (cla: yes) 2201 [url_launcher] Revert embedding support (cla: yes) 2202 [android_intent] componentName must be provided before resolveActivity is called (cla: yes, waiting for test harness) 2203 Re-land testing of plugins on stable (cla: yes) 2204 [url_launcher] Re-land v2 embedding support (cla: yes) 2205 s/flutter_android_lifecycle/flutter_plugin_android_lifecycle/ (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-259
2206 [flutter_plugin_android_lifecycle] Update README with new plugin name (cla: yes) 2207 [flutter_plugin_android_lifecycle] bump e2e depenency to 0.2.1 (cla: yes) 2208 delete all example/android/app/gradle.properties files (cla: yes) 2209 [webview_flutter] Re-land support v2 embedding support (cla: yes) 2211 Ensure that when testing on stable Cirrus is upgraded to latest on iOS (cla: yes) 2212 [connectivity]remove AndroidX constraint (cla: yes) 2215 [in_app_purchase] remove AndroidX constraint (cla: yes) 2216 [battery]Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-260
2217 [url_launcher] Add url_launcher_platform_interface package (cla: yes) 2218 [package_info]remove AndroidX constraint (cla: yes) 2219 [camera]remove androidx constraint (cla: yes) 2220 [url_launcher]remove AndroidX constraint (cla: yes) 2221 [android_intent]remove AndroidX constraint (cla: yes) 2222 Fix testing instructions in CONTRIBUTING.md (cla: yes) 2223 [flutter_plugin_android_lifecycle] register the e2e plugin in the example app (cla: yes) 2226 [video_player] Add v2 embedding support (cla: yes) 2228 [url_launcher] Use url_launcher_platform_interface to handle calls (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-261
2230 Forbid ... implements UrlLauncherPlatform (cla: yes) 2231 [cleanup] Remove AndroidX warning (cla: yes) 2232 [multiple] V2 embedding plugins use compileOnly (cla: yes) 2233 [e2e] update README (cla: yes) 2236 Use package import to import files inside lib/ directory. (cla: yes) 2237 [url_launcher] Migrate url_launcher_web to the platform interface (cla: yes) 2239 [camera] Android: Improve image streaming by creating a request suita… (cla: yes, waiting for test harness) 2241 [Shared_preferences]suppress warnings (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-262
2241 [Shared_preferences]suppress warnings (cla: yes) 2242 [google_maps_flutter] Cast error.code to unsigned long to avoid using NSInteger as %ld format warnings. (cla: yes, submit queue) 2243 [flutter_plugin_android_lifecycle] Adapt the FlutterLifecycleAdapter to the new embedding API (cla: yes) 2244 [google_sign_in] Move plugin to its subdir to allow for federated implementations (cla: yes) 2250 Run the publish with the pub version from flutter stable (cla: yes) 2252 [google_sign_in] Handle new style URLs in GoogleUserCircleAvatar (cla: yes) 2257 [webview_flutter] Add async NavigationDelegates (cla: yes) 2260 Make setMockInitialValues handle non-prefixed keys (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-263
2261 [image_picker] more documentations and tests. (cla: yes) 2262 [connectivity] add more documentations, delete example/README (cla: yes) 2266 [google_sign_in] Port plugin to use the federated Platform Interface (cla: yes) 2267 Bump google_maps_flutter pubspec version to match CHANGELOG (cla: yes) 2268 [android_intent] Add missing DartDocs (cla: yes) 2269 [connectivity] Lint for public DartDocs (cla: yes) 2270 [image_picker] Lint for public DartDocs (cla: yes) 2271 [infra] Ignore analyzer issues in CI (cla: yes) 2272 [sensors] Documentation and test improvements (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-264
2272 [sensors] Documentation and test improvements (cla: yes) 2273 [video_player] Add platform interface (cla: yes) 2274 [url_launcher] DartDoc and test improvements (cla: yes) 2275 Update cirrus to create IOS simulator on 13.2 an xCode 11 (cla: yes) 2280 Add google_sign_in_web plugin. (cla: yes) 2281 [connectivity] Fix reachability stream for iOS (cla: yes) 2282 Migrate plugins to use e2e tests. (cla: yes) 2284 [path_provider] Add v2 embedding support for (cla: yes) 2286 [video_player] Improve DartDocs and test coverage (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
9935b6bd1c24-265
2288 [path_provider] Add missing DartDocs (cla: yes) 2289 [url_launcher] Update deps and docs in url_launcher_web (cla: yes) 2292 Update CONTRIBUTING.md to allow mockito (cla: yes) 2293 [image_picker]fix a crash when a non-image file is picked. (cla: yes) 2296 [shared_preferences] Add missing DartDoc (cla: yes) 2297 [share] README update (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.12.13/index.html
84705d153d56-0
Change log for Flutter 1.2.2 Tools SDK Release notes 1.2.2 change log PRs closed in this release of flutter/flutter PRs closed in this release of flutter/engine PRs closed in this release of flutter/plugins PRs closed in this release of flutter/flutter From Fri Nov 29 19:41:00 2018 -0800 to Thu Feb 21 20:22:00 2019 -0800 21157 Swap scope with gesture (cla: yes, f: scrolling, framework) 22139 move INTERNET permission to debug/AndroidManifest.xml (cla: yes, tool, ▣ platform-android)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-1
23118 Setting icon color to first ListTile in ExpansionTile. Fixes #23053 (cla: yes, f: material design, framework) 23188 Check for duplicative Flutter.framework emeddings when building for Xcode 10 (cla: yes, tool, ⌺‬ platform-ios) 23424 Teach drag start behaviors to DragGestureRecognizer (a: text input, cla: yes, d: examples, f: cupertino, f: date/time picker, f: gestures, f: material design, f: scrolling, framework) 23506 Create slider with editable numerical value in gallery (cla: yes, f: material design, framework) 23531 [O] Remove many timeouts. (a: tests, cla: yes, t: gradle, team, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-2
23677 Add animation tests for changes to the FloatingActionButtonLocation (cla: yes, f: material design, framework) 23759 Adds CupertinoTheme (cla: yes, f: cupertino, f: material design, framework, team: gallery) 23782 Add flutter_shared assets to module artifact (a: assets, t: gradle, tool) 23817 Fix project directory has spaces lead to compile error (a: existing-apps, cla: yes, tool, ▣ platform-android) 23860 Clearing pendingImages when the cache is cleared or evicted. (cla: yes, framework) 23889 Flutter doctor error message lookup (cla: yes, t: flutter doctor, tool) 23919 Allow detection of taps on TabBar (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-3
24156 [Material] Bottom app bar theme (cla: yes, f: material design, framework) 24169 [Material] Theme-able elevation on dialogs. (cla: yes, f: material design, framework) 24209 Do not ignore pubspec.lock in project templates (cla: yes, tool) 24440 Adding support for android app bundle - Issue #17829 (cla: no, t: gradle, tool, ▣ platform-android) 24449 Text field style merge (cla: yes, f: material design, framework) 24457 Revise Android and iOS gestures on Material TextField (a: text input, cla: yes, f: cupertino, f: material design, framework) 24511 [H] Undeprecate BigInteger support, but document what it actually does. (cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-4
24513 Add some basic tests for evaluating expressions in flutter test (a: debugging, a: tests, cla: yes, tool) 24515 Add some a basic debug stepping tests (a: debugging, cla: yes, tool) 24527 obscureText and enableInteractiveSelection defaults (a: text input, cla: yes, framework) 24537 Add ipv6 and observatory port support to the attach command. (cla: yes, customer: dream (g3), tool) 24551 Add consumedScrollExtent to SliverConstraints as reported by Viewport (cla: yes, f: scrolling, framework) 24554 Adds force press gesture detector and recognizer (cla: yes, f: gestures, framework) 24580 Remove code signing special casing for Googlers round 2 (cla: yes, tool, ⌺‬ platform-ios)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-5
24581 [OR] Cleanup device lab test and remove a timeout. (cla: yes, t: hot reload, tool) 24587 Validate style in TextField (cla: yes, f: material design, framework) 24632 Include error message in crash reports (cla: yes, tool) 24635 TextFormField cursor params (a: text input, cla: yes, f: material design, framework) 24643 [H] Some minor tweaks to InputDecoration (mainly docs). (cla: yes, f: material design, framework) 24669 Ensure that cache dirs and files have appropriate permissions (cla: yes, tool) 24728 [H] Support setting the elevation of disabled floating action buttons (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-6
24736 [H] Provide some more locations for the FAB. (cla: yes, f: material design, framework) 24744 drop/restore focus when app becomes invisible/visible (a: text input, cla: yes, framework) 24746 Change the required version of adb, as older versions break hot reload. (cla: yes, tool, ▣ platform-android) 24752 Replace platform check with switch (cla: yes, f: material design) 24754 Replace Android-specific check with switch (cla: yes, framework, team) 24761 Adds support for floating cursor (a: text input, cla: yes, framework) 24767 [H] Improved positioning of leading and trailing widgets in overflowing ListTiles (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-7
24779 Skip formatters if text has not changed (a: text input, cla: yes, framework) 24797 Iterate through potential grapheme cluster lengths in text painter (a: text input, a: typography, cla: yes, framework) 24816 [H] ClipPath.shape and related fixes (cla: yes, f: material design, framework) 24830 Implement hover support for mouse pointers. (cla: yes, f: gestures, framework, ⎊ platform-chromebook, ▣ platform-android) 24848 [H] Handle errors in compute() by propagating them to the Future. (cla: yes, framework) 24862 Fix semantics compiler for offstage children (a: accessibility, cla: yes, framework, severe: crash) 24868 Clarify dart:ui dependencies in foundation library (cla: yes, d: api docs, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-8
24876 Adds a fade in and out, rounds corners, fixes offset and fixes height of cursor on iOS (a: text input, cla: yes, f: cupertino, f: material design, framework) 24878 Add a flutter-attach entry point for fuchsia (cla: yes, tool) 24881 Remove offstage wording from KeepAlive (cla: yes, framework) 24889 Update AUTHORS (cla: yes, team) 24890 Remove deprecated lint “prefer_bool_in_asserts”. (cla: yes, team) 24892 Handle a TabBarView special case: last tab deleted before animation ends (cla: yes, f: material design, framework) 24930 Run flutter tests through mini test engine when run directly (flutter run -t test_file) (a: tests, cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-9
24932 Fixed Typography null factory constructor (cla: yes, f: material design, framework) 24941 Update Switch doc: disabled state (cla: yes, f: material design, framework) 24942 Fix debugPrint(null) to not crash (cla: yes, framework, severe: crash) 24944 Fix flutter root error message string interpolation (cla: yes, tool) 24953 Fuchsia multiple devices and target (cla: yes, customer: fuchsia, tool) 24976 Support TextField multi-line hint text #20941 (cla: yes, f: material design, framework) 24989 Add documentation for how to use annotated region (cla: yes, d: api docs, framework) 24993 Add InputDecoration alignLabelWithHint parameter (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-10
24994 Add polling module discovery for Fuchsia (cla: yes, tool, ○ platform-fuchsia) 24999 Remove TextField.noMaxLength, use maxLength = -1 instead (cla: yes, f: material design, framework) 25003 Fix typo in documentation (cla: yes, d: api docs, framework) 25007 Warn when building on master channel (cla: yes, tool) 25008 [Slider] Custom track, ticker, and overlay shape painters (cla: yes, f: material design, framework) 25013 Adds a small fix to the Cupertino Navigation demo (cla: yes, team: gallery) 25046 Add a check for build methods that return context.widget (cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-11
25048 Don’t crash if pinned & floating AppBar has less than minExtent remainingPaintExtent (cla: yes, framework, severe: crash) 25049 Fix behavior of handleDrawFrame() in benchmark mode. (a: tests, cla: yes, framework) 25051 Do not fade out text for pinned & floating AppBar (cla: yes, f: material design, framework) 25055 Include cursor in textfield intrinsic width measurement (a: text input, cla: yes, framework) 25058 ensure lastBuildTimestamp is set before early return (cla: yes, tool) 25076 fix: cuertino dialog action background blur effect (cla: yes, f: cupertino, framework) 25079 Fix Podfile issue #24342 (cla: yes, tool, waiting for tree to go green, ⌺‬ platform-ios)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-12
25091 Add animations to SliverAppBar doc (cla: yes, d: api docs, f: material design, framework) 25094 Include empty config message in ‘flutter config’ output (cla: yes, tool) 25095 InputDecorator Count Widget (cla: yes, f: material design, framework) 25096 Change network image URL in doc (cla: yes, d: api docs, framework) 25120 Replace deprecated link (to design-principles page) in comment (cla: yes, d: api docs, f: material design, framework) 25125 Add reverse functionality to repeat() of AnimationController (a: animation, cla: yes, framework) 25126 Fix error message and other typos (cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-13
25154 Don’t require the AVD folder to exist in order to run flutter emulators (cla: yes, tool, ▣ platform-android) 25159 fix #25143 Successive calls to precacheImage() throw an exception (cla: yes, framework, waiting for tree to go green) 25168 Fixed an InheritedWidget code sample typo (cla: yes, framework) 25178 Adds favicon to Dash/Zeal docset, adds OpenSearch metadata. (cla: yes, team) 25183 Add navigatorKey to CupertinoTabView (cla: yes, f: cupertino, framework) 25184 Add imports section to sample code templates, and more docs. (cla: yes, team) 25186 Temporarily add back filtered bintray ExoPlayer repository (cla: yes, team: gallery)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-14
25217 Fixed Spelling. (cla: yes, framework) 25221 Support ANDROID_SDK_ROOT in addition to ANDROID_HOME (cla: yes, tool, ▣ platform-android) 25228 IntrinsicWidth stepWidth or stepHeight == 0.0 (cla: yes, framework) 25229 Right aligned backspace bug (a: text input, cla: yes, framework) 25237 Fix typo (a: text input, cla: yes, d: api docs, framework) 25238 [OR] Update links for China help (cla: yes, tool) 25239 Call mark* methods before attaching child (cla: yes, framework, severe: crash) 25240 Revert “Ensure that cache dirs and files have appropriate permissions” (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-15
25243 Allow snippets tool to be run from arbitrary CWDs (cla: yes, d: api docs, team) 25269 Make doctor output consistent between VS Code/IntelliJ/Android Studio when plugins are missing (cla: yes, t: flutter doctor, tool) 25288 Revert “Add ipv6 and observatory port support to the attach command.” (cla: yes, tool) 25300 Remove uses-material-design from hello_world example (a: size, cla: yes, d: examples) 25301 Flutter tool support for automatic saving of JIT compilation trace (cla: yes, framework, tool) 25303 Add ipv6 and observatory port support to the attach command (cla: yes, tool) 25305 Use stderr instead of stdout to contain errors in flutter attach test (a: tests, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-16
25332 [fuchsia] Get Dart VM service ports from The Hub (cla: yes, tool, ○ platform-fuchsia) 25335 Revert “obscureText and enableInteractiveSelection defaults” (a: text input, cla: yes, framework) 25339 [Material] Theme-able TextStyles for AlertDialog (cla: yes, f: material design, framework) 25342 Revert “Revert “obscureText and enableInteractiveSelection defaults”” (a: text input, cla: yes, f: material design, framework) 25344 Add fuchsia devices to daemon command (cla: yes, customer: fuchsia, tool) 25345 assert(elevation >= 0.0) and doc clarifications (cla: yes, customer: fuchsia, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-17
25352 Revert “Adds support for floating cursor” (a: text input, cla: yes, f: cupertino, f: material design, framework) 25380 Revert “Use stderr instead of stdout to contain errors in flutter attach test” (a: tests, cla: yes) 25381 Add cull opacity perf test to device lab (a: tests, cla: yes, framework, severe: performance) 25382 Revert “Call mark* methods before attaching child (#25239)” (cla: yes, framework, severe: crash) 25384 Adds support for floating cursor (a: text input, cla: yes, f: cupertino, f: material design, framework) 25390 Revert “drop/restore focus when app becomes invisible/visible” (a: text input, cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-18
25394 Update localizations (a: internationalization, cla: yes, framework) 25395 Reland “Call mark* methods before attaching child (#25239)” (cla: yes, framework, severe: crash) 25413 Added key.properties and *.jks to .gitignore (cla: yes, tool, waiting for tree to go green) 25416 try disabling flutter run test (cla: yes, team) 25440 don’t warn for non-matching device discoverers (cla: yes, tool) 25443 fix the daemon device.getDevices call (cla: yes, tool) 25470 Support Java 1.8 (cla: yes, t: gradle, tool) 25472 Read correct cached VM snapshot in dynamic mode (PRODUCT vs RELEASE) (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-19
25473 TextField.onChanged() doc update (a: text input, cla: yes, d: api docs, framework) 25474 fix some formatting issues (a: animation, cla: yes, f: cupertino, framework, team) 25477 TransitionRoute.canTransitionFrom,To() doc update (cla: yes, d: api docs, f: routes, framework) 25479 Depend on the goldens repo through git. (a: tests, cla: yes, tool) 25482 Mark flaky tests as such (a: tests, cla: yes) 25483 Update examples to match the new version of generated build.gradle (cla: yes, d: examples) 25484 Fix gradle local.properties tests that were never excersized (cla: yes, t: gradle, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-20
25488 Transition Curve Fix (a: animation, cla: yes, f: cupertino, framework) 25489 Video demo instrumentation (a: tests, cla: yes, team: gallery) 25512 Fix failed assert when running flutter test with --start-paused (cla: yes, tool) 25513 make “See also” sections uniform (cla: yes, team) 25514 fix typo (cla: yes, team) 25515 Write snippets index file when generating docs (cla: yes, d: api docs, team) 25516 Change flutter create to use master-docs.flutter.io instead of firebase URL. (cla: yes, tool) 25520 Fix flutter tool to actually honor –build-number/–build-name flags (cla: yes, t: gradle, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-21
25521 fix indentation in doc comments (cla: yes, team) 25563 Revert “Update examples to match the new version of generated build.gradle (#25483)” (cla: yes, d: examples, t: gradle, team, team: gallery) 25568 Fix the build (a: tests, cla: yes, team) 25569 Reland: Update examples to match the new version of generated build.gradle (#25483) (cla: yes, d: examples, t: gradle, team) 25573 Update DayPicker,DatePicker doc “see also” sections (cla: yes, d: api docs, f: date/time picker, f: material design, framework) 25574 Use full textspan tree instead of top level textspan (cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-22
25576 Flutter tool support for building dynamic patches on Android (cla: yes, t: gradle, tool) 25579 fix doc-comment snippets (cla: yes, team) 25582 Add missing dependency to fix the build (cla: yes, team, team: gallery) 25584 Fix material reference in CupertinoPicker doc (cla: yes, d: api docs, f: cupertino, framework) 25585 Expose font fallback API in TextStyle, Roll engine 54a3577c0139..215ca1560088 (8 commits) (a: typography, cla: yes, f: material design, framework) 25586 Report devfs stats (cla: yes, tool) 25593 Let CupertinoTabScaffold handle keyboard insets too (cla: yes, f: cupertino, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-23
25594 Switch over to the new name for compilation trace native function (cla: yes, framework) 25595 Don’t parse APK unless explicitly requested (cla: yes, tool) 25604 no period after an alone reference in see also section (cla: yes, d: api docs, framework) 25631 Default baseline build options (cla: yes, tool) 25642 Revert dependency upgrade to see if it helps with build times and APK size (cla: yes, team, team: gallery) 25645 Friendlier flags for Dart compilation training. (cla: yes, tool) 25646 Revert “[O] Remove many timeouts.” (a: tests, cla: yes, t: flutter driver, tool) 25670 3D SemanticsTree (a: accessibility, cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-24
25674 Updated Shrine demo (a: tests, cla: yes, team, team: gallery) 25678 Pin the goldens repo to a specific commit in the android_views test. (a: tests, cla: yes) 25682 Move runner directory messages to the user messages class (a: internationalization, cla: yes, tool) 25683 Selects a word on force tap (a: text input, cla: yes, f: cupertino, f: material design, framework) 25718 Fix merge conflict. (cla: yes, f: material design, framework) 25788 Add Robert Penner’s easing functions (a: animation, cla: yes, framework) 25790 Clarify doc for AnimatedContainer (a: animation, cla: yes, d: api docs, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-25
25792 Actively reject UiKitView gestures. (a: platform-views, cla: yes, f: gestures, framework) 25796 Allow dynamic patches without a patch number. (cla: yes, t: gradle, tool) 25798 remove early-stage from Gallery’s About screen (cla: yes, team, team: gallery) 25799 Make LicensePage respect the notch (cla: yes, f: material design, framework) 25815 Flutter engine roll with dart roll (cla: yes) 25817 fix flutter run in dev/manual_tests (a: tests, cla: yes, team) 25849 Roll engine to f0a1d6f91 (cla: yes) 25854 Fix analyzer “prefer const” warning. (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-26
25857 Mark flutter_gallery__back_button_memory as flaky. (a: tests, cla: yes, team, team: gallery) 25863 Friendlier messages when using dynamic patching (cla: yes, tool) 25864 Make decodeImageFromList mockable (cla: yes, framework) 25865 [H] Add ImageStreamCompleter.hasListeners (and cleanup) (cla: yes, f: material design, framework) 25872 Optimize cocoapods logic in flutter doctor. (cla: yes, customer: gold, tool, waiting for tree to go green, ⌺‬ platform-ios) 25888 Extract TestBorder into a utility file (a: tests, cla: yes) 25922 update lint list (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-27
25922 update lint list (cla: yes, team) 25974 Add a validator to ensure NO_PROXY is set correctly if HTTP_PROXY is set (cla: yes, t: flutter doctor, tool) 25977 Add didSendFirstFrameEvent service extension. (cla: yes, framework) 25980 Ensure all errors thrown by image providers can be caught by developers. (cla: yes, framework) 25984 use RRect to draw avatar check on chip (cla: yes, f: material design, framework) 25988 Add Golden test for background painting order. (a: tests, cla: yes, engine) 25992 Add docs to TextStyle for fontFamilyFallback/Custom font fallback (cla: yes, d: api docs, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-28
25994 Simplify ImageStream(Completer).removeListener (cla: yes, framework) 25995 Address code review comment. (cla: yes, team) 26001 Add long-press-drag cursor move support for text fields (a: text input, cla: yes, f: cupertino, f: material design, framework, severe: API break) 26015 [fuchsia] Fix flutter_gallery BUILD.gn (cla: yes, team, team: gallery) 26017 Fix recursive link resulted flutter doctor stucking. (cla: yes, customer: gold, tool, ▣ platform-android) 26021 Fix SliverAppBar title opacity and test all cases (cla: yes, f: material design, framework) 26024 Workaround the Gradle crash due to non ASCII characters. (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-29
26030 Turn clipping on for Card Demo (cla: yes, team, team: gallery) 26031 Clean gallery about page post-1.0 (cla: yes, team, team: gallery) 26039 Report hot reload statistics. (cla: yes, t: hot reload, tool) 26041 Update dartdoc to 0.27.0 (cla: yes, d: api docs, team) 26042 Update material spec references in BottomSheet et al., Scaffold (cla: yes, d: api docs, f: material design, framework) 26069 Improve the intergrity checking for “gradle wrapper”. (cla: yes, t: gradle, tool) 26084 Improve message when saving compilation training data (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-30
26088 Fix typos introduced with the TextField.onTap PR, udpated debugFillProperties (cla: yes, f: material design, framework) 26089 Explain that BoxDecoration doesn’t do clip. (cla: yes, d: api docs, framework) 26090 Replace netls and netaddr with dev_finder (cla: yes, tool, ○ platform-fuchsia) 26101 Fix a floating snapping SliverAppBar crash (cla: yes, f: material design, framework) 26104 Put correct VM snapshot in APK when using cached engine (cla: yes, tool) 26107 Better error messages for flutter tool –dynamic flag. (cla: yes, tool) 26143 Fix DropDownButton with no items resulting in RenderFlex overflow (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-31
26153 Remove the cc @Hixie from no-response template (cla: yes, team) 26192 [FAB] Adding FAB as class in tests. (cla: yes, f: material design, framework) 26199 Fix tristate checkbox false to null transition, test ALL transitions (cla: yes, f: material design, framework) 26201 Prevent calls to view.uiIsolate.flutterExit on devices which do not support it (cla: yes, tool, ○ platform-fuchsia) 26203 Add support for reverse to ReorderableListView (cla: yes, f: material design, framework) 26209 Revert “Teach drag start behaviors to DragGestureRecognizer (#23424)” (a: text input, cla: yes, d: examples, f: cupertino, f: gestures, f: material design, f: scrolling, framework, team: gallery)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-32
26227 Give integration tests unique temp folder names (a: tests, cla: yes) 26235 rev the min dart sdk dep in the templates to 2.1.0 (cla: yes, tool) 26238 Remove long-deprecated TwoLevelList (cla: yes, f: material design, framework, severe: API break) 26239 Force DatePicker value to stay within firstDate and lastDate upon year change (cla: yes, f: date/time picker, framework) 26244 move analysis_options to package (cla: yes, team) 26246 Teach drag start behaviors to DragGestureRecognizer (cla: yes, f: gestures, f: scrolling, framework) 26249 Revert “Replace netls and netaddr with dev_finder” (cla: yes, tool, ○ platform-fuchsia)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-33
26250 Reland: Switch to dev_finder (cla: yes, tool, ○ platform-fuchsia) 26252 Manual engine roll with analyzer fixes (cla: yes) 26257 Add link to Flutter brand guidelines (cla: yes, f: material design, framework) 26259 Deprecate Scaffold resizeToAvoidBottomPadding, now resizeToAvoidBottomInset (cla: yes, f: material design, framework) 26260 Fixed typo (cla: yes, d: api docs, f: material design, framework) 26262 Declare a system message channel for Skia configuration (cla: yes, dependency: skia, framework) 26265 Add support for detecting which modifier keys have been pressed on RawKeyboardEvents (a: text input, cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-34
26266 [flutter_driver] Move Fuchsia logging code. (cla: yes, t: flutter driver, tool, ○ platform-fuchsia) 26269 Update docs for editable_text (TextField) (a: text input, cla: yes, d: api docs, f: cupertino, f: material design, framework, waiting for tree to go green) 26270 Fix red tree (Android module) (cla: yes, t: gradle, tool) 26271 Add compileOptions to android_host_app (a: existing-apps, a: tests, cla: yes) 26274 Add source line to snippet metadata file (cla: yes, d: api docs) 26285 Wrap lines at 80 characters (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-35
26290 Add new curve animations to class documentation (a: animation, cla: yes, d: api docs, framework, waiting for tree to go green) 26295 Added the superellipse (a.k.a. squircle) shape to flutter. (a: fidelity, cla: yes, f: cupertino, framework) 26297 Added ‘physics’ prop to Stepper. (cla: yes, f: material design, framework) 26300 Allow bundle identifier to be surrounded with quotes. (cla: yes, tool) 26303 Adds a type parameter to invokeMethod (and additional utility methods) (cla: yes, framework, p: framework, plugin, team) 26309 Fix descenders cutoff in TextField (a: text input, cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-36
26312 Add logic for creating rollback dynamic patches. (cla: yes, t: gradle, tool, ▣ platform-android) 26313 Fix Listenable.merge to not leak (cla: yes, framework) 26315 Ensure that Dart SDK dirs have appropriate permissions (cla: yes, tool) 26332 Integrate Strut: Add StrutStyle, expose Strut API, wire up strut with dart:ui, Roll engine 31a7f4d..e7eb1c8 (7 commits) (a: text input, a: typography, cla: yes, framework, severe: API break) 26333 Add back lost gallery theme code (cla: yes, team, team: gallery, waiting for tree to go green) 26334 mark tests as not flaky (a: tests, cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-37
26337 chromebot recipe instructions missing a step (cla: yes, team) 26339 Revert “Check for duplicative Flutter.framework emeddings when building for Xcode 10” (cla: yes, t: xcode, tool, ⌺‬ platform-ios) 26376 removed image with 404 (cla: yes, team) 26377 Restore ignore for *.lock files (cla: yes) 26378 Friendlier flutter tool messages for dynamic mode (cla: yes, tool) 26385 Deprecate the animated image frame cache (a: tests, cla: yes, framework) 26386 Check response code, retry when downloading docs (cla: yes, team) 26388 fix #26207 .gitignore only include project root build directory (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-38
26389 Make sure package cache prepare does not end up creating projects inside the cloned Flutter repo (a: tests, cla: yes, team) 26392 Avoid use of ParagraphConstrains const ctor (cla: yes, framework, team) 26395 Emit more of HTTP error response bodies (cla: yes, team) 26402 Let the packaging recipe use gsutil.py (cla: yes, team) 26403 Re-enable compute credites for macOS PRs only. (cla: yes, team) 26422 Create an injectable factory for application packages. (cla: yes, tool) 26426 Send ServiceExtensionToggled event when service extension is set. (cla: yes, f: inspector, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-39
26430 Roll engine e5ec3cf3ea5c..b7f6bf0192d1 (28 commits) (cla: yes) 26436 Revert “move analysis_options to package” (cla: yes, team) 26440 [fuchsia] Add BUILD.gn for flutter_localizations (a: internationalization, cla: yes, framework) 26441 Fix some doc references (cla: yes, d: api docs, f: cupertino, framework) 26444 Update compileSdkVersion in the Android app templates to Android P (cla: yes, tool, ▣ platform-android) 26449 Add asserts for @required parameters (cla: yes, framework, team) 26450 Add a manifest for profile builds that enables INTERNET permission (cla: yes, tool, ▣ platform-android)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-40
26454 Cleanup temporary catchError. (cla: yes, framework) 26456 flutter create --template=plugin now includes flutter (dart) unit test (cla: yes, tool) 26482 Grammatical fix: “places” to “placed” (cla: yes, d: api docs, framework) 26511 desktop workflow, devices, and test (cla: yes, tool, ⌘‬ platform-mac, ❖ platform-windows, 🐧 platform-linux) 26519 Skip flutter test expression eval tests (a: tests, cla: yes, tool) 26533 [Material] TabBarTheme text style parameters (cla: yes, f: material design, framework) 26537 Report overall and transfer timings as part of hot reload statistics,… (cla: yes, t: hot reload, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-41
26539 Narrow regexp for import search in bot’s analyze script. (cla: yes, team) 26545 remove ignore_for_file lints (cla: yes, team) 26546 Update dartdoc to 0.28.0 and add flags to constrain warnings (cla: yes, d: api docs, team) 26550 Remove incorrect Coveralls badge. (cla: yes, team) 26559 add type parameter back to PageRouteFactory (cla: yes, team) 26562 Remove todo from Podhelpr.rb (cla: yes, team) 26565 Emulator support for dynamic mode on Intel architecture (cla: yes, tool, ▣ platform-android) 26579 Fix+unskip flutter test expression eval tests (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-42
26586 Added Sample code for Stack widget (cla: yes, d: api docs, framework) 26589 Do not exit tool if parts of fuchsia workflow fail (cla: yes, tool, ○ platform-fuchsia) 26592 Prevent crash when calling lerp for IconThemeData with null arguments (cla: yes, framework) 26593 Support running macOS prebuilt application (cla: yes, tool, ⌘‬ platform-mac) 26596 Roll engine to 5983e34a3c0e1217da7e8bbe9f2fe685048fe259 (cla: yes) 26597 [Material] Implement App Bar Theme (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-43
26598 Add tests for getOffsetToReveal on RenderSlivers (a: tests, cla: yes, framework, severe: crash) 26604 Adding a shutdown hook to HotRunnerConfig (cla: yes, tool) 26605 Implemented Dark Mode for Android (#25525) (cla: yes, f: material design, framework, ▣ platform-android) 26611 IconButton backgroundColor doc sample (cla: yes, d: api docs, f: material design, framework) 26612 Remove TODO, reduce tech debt (cla: yes, team) 26613 Updated AlertDialog content doc (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-44
26629 [HX] Quick fix for tap-to-show-keyboard regression (a: text input, cla: yes, f: gestures, f: material design, framework, ⚠ TODAY) 26630 Move flutter_assets to App.framework (a: existing-apps, cla: yes, t: xcode, tool, ⌺‬ platform-ios) 26642 Fix –build-shared-library on newer NDKs (cla: yes, tool, ▣ platform-android) 26644 Revert “Add flutter_shared assets to module artifact (#23782)” (a: assets, cla: yes, t: gradle, tool) 26650 Wrap dart:convert to track utf8 decode failures (cla: yes, tool) 26652 Fix rounding error in build tests (a: tests, a: text input, cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-45
26659 Adds fix for NAN value and pressure values outside of device reported min and max (a: text input, cla: yes, f: gestures, framework, waiting for tree to go green) 26663 Make getOffsetToReveal work with nested Viewports (cla: yes, f: scrolling, framework) 26668 [Gradle] Copy ICU data to flutter_shared only when building an AAR module (cla: yes, t: gradle, tool) 26669 Register hotRestart service in flutter_tools. (cla: yes, tool) 26675 Revert “Move flutter_assets to App.framework (#26630)” (a: existing-apps, cla: yes, t: xcode, tool) 26680 [frdp] Adds paths for find and ls for Fuchsia execution. (cla: yes, team, tool, ○ platform-fuchsia)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-46
26690 Doc fix: SliverChildBuilderDelegate is the lazy one (cla: yes, d: api docs, f: scrolling, framework) 26693 Add another test to ImageStream (a: tests, cla: yes, framework, waiting for tree to go green) 26694 Roll engine back to 1e93a8eb39d79f643952737aa4fc31e1787a5a17 (cla: yes, engine, team) 26702 Update test temp folder name to be more consistent with others (a: tests, cla: yes, tool) 26713 Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 (a: assets, cla: yes, tool, ⌺‬ platform-ios)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-47
26715 Experimental flags in flutter (cla: yes, tool) 26716 Fix missing const analyzer warning (a: tests, cla: yes, team) 26720 Allow attaching to profile builds (cla: yes, tool) 26721 Respect EditableText.keyboardAppearance (a: text input, cla: yes, f: cupertino, framework) 26722 [Material] Refactor _build methods in BottomNavBar (cla: yes, f: material design, framework) 26727 Roll engine to d470fc65ea1cb91ae66706b320d82c4536a4da8b (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-48
26734 Reverts default DragStartBehavior to DragStartBehavior.down (a: text input, cla: yes, f: cupertino, f: material design, f: scrolling, framework) 26736 [O] Removing all timeouts (mark II) (a: tests, cla: yes, framework, t: flutter driver, team, tool) 26737 Use Cirrus image’s fastlane instead of freezing our own set of gem dependencies (cla: yes, team, team: gallery) 26763 Close the Scaffold drawer in scroll_perf_test.dart (cla: yes, team) 26764 Fix lerp in textTheme to allow for null parameters (cla: yes, f: material design, framework) 26765 [Material] Inline the single Theme.of(context) call in BAB (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-49
26766 Report early error if appropriate host local engine is not found. (cla: yes, tool) 26770 Revert switch drag behavior (cla: yes, f: material design, framework) 26774 [cupertino_icons] add car, bus, train, paw, controller, and flask icons. (cla: yes, f: cupertino, framework) 26778 Better ListTile leading/trailing widget alignment (cla: yes, f: material design, framework) 26790 Rev Android Platform to 28 for bots (cla: yes, t: gradle, team) 26793 Fill editable_text.dart test coverage (a: tests, a: text input, cla: yes, framework) 26795 Update VERSION_LINUX_SDK (cla: yes, team, 🐧 platform-linux)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-50
26796 [Material] Theme data type for cards (cla: yes, f: material design, framework) 26797 Update VERSION_WIN_SDK (cla: yes, team, ❖ platform-windows) 26798 targetSdkVersion 28 (cla: yes, d: examples, team, ▣ platform-android) 26807 #19060 Update material.google.com links to material.io (cla: yes, d: api docs, f: material design, framework, team) 26808 Add Checkbox checkIcon color parameter (cla: yes, f: material design, framework) 26809 Fix test expectations per change made in #26736 (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-51
26819 Refactor android launchable activity extractor logic (cla: yes, customer: gold, tool, waiting for tree to go green, ▣ platform-android) 26826 Avoid calling cancel on AnsiSpinner more than once when building for iOS (cla: yes, tool, ⌘‬ platform-mac, ⌺‬ platform-ios) 26840 Support using flutter with specific version (cla: yes, tool) 26883 Move Circle CI badge next to heading in Readme (cla: yes, team) 26896 Add uiMode to android:configChanges (cla: yes, team, tool, ▣ platform-android) 26898 make FDE opt-in via the environment variable (cla: yes, tool) 26900 Make reassemble public (cla: yes, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-52
26900 Make reassemble public (cla: yes, framework) 26901 Add Dismissible.confirmDismiss callback (cla: yes, f: material design, framework) 26904 Fix immediately overriding the user’s chosen AM/PM selection (cla: yes, f: cupertino, f: date/time picker, framework, waiting for tree to go green) 26911 Dismissible not dismissable (cla: yes, team, team: gallery) 26913 Upgrade the Gradle script to Android plugin version 3.3.0 (cla: yes, team) 26921 fix some bad indentations (cla: yes, team) 26926 Roll engine to 10eb972fc15b8a3f97ed7c26032cae03b10fca2c (cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-53
26932 Make UriMapper and StdoutHandler public and add test cases (cla: yes, tool) 26938 Fix gradle verbose error. (cla: yes, customer: gold, t: gradle, tool, waiting for tree to go green) 26942 Detect Android SDK 28/28.0.3 (a: first hour, cla: yes, t: flutter doctor, tool, waiting for tree to go green, ▣ platform-android) 26944 Use mDNS to discover the device port (cla: yes, tool, ⌺‬ platform-ios) 26964 Refactor logic to get plugins path for android studio in mac (cla: yes, customer: gold, t: gradle, tool, waiting for tree to go green, ▣ platform-android) 26967 Use site-shared as canonical source for Flutter logo (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-54
26970 Fix a problem that: PODS_ROOT not defined because that Debug.xcconfig misses Flutter environment (cla: yes, customer: gold, t: xcode, tool, waiting for tree to go green, ⌺‬ platform-ios) 26978 Add flutter_build package for codegen and version sync with tool (cla: yes, tool) 26988 Experimental flags for hot reloads (cla: yes, t: hot reload, tool) 26989 Add experimentalBuildEnabled flag and initial shim for build_runner (cla: yes, tool) 26990 Re-enable use of ParagraphConstrains const ctor (cla: yes, framework, team) 26991 Assert when calling a method that tries to use the ticker unsafely after dispose (a: animation, a: debugging, cla: yes, framework, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-55
26993 Add WorkspaceSettings.xcsettings for stocks app (cla: yes, d: examples) 26996 Explain font platform inconsistency (cla: yes, d: api docs, framework) 27003 Add more RenderEditable test coverage (a: tests, a: text input, cla: yes, framework) 27032 Pass –verify-entry-points in debug mode. (cla: yes, tool) 27037 Revert “Experimental flags for hot reloads” (cla: yes, t: hot reload, tool) 27039 Improve documentation on decodeSyslog (cla: yes, tool, ⌺‬ platform-ios) 27042 Updated DropdownButton docs (cla: yes, f: material design, framework) 27043 Experimental flags for hot reloads, fixed (cla: yes, t: hot reload, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-56
27045 Revert “Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)” (cla: yes, t: gradle, team) 27046 Update packages (cla: yes, team) 27049 Roll engine to 31c79171796c7d24d5f81033db77e25f95c45a64 (cla: yes) 27053 Modify offline docs platform family for Dash/Zeal (cla: yes, team) 27054 Update flutter clean to remove .dart_tool directory (cla: yes, tool) 27058 Add arguments for pushing named routes (cla: yes, d: examples, f: routes, framework, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-57
27059 Revert “Experimental flags for hot reloads, fixed” (cla: yes, t: hot reload, tool) 27093 Update readmes for stocks/gallery (cla: yes, d: examples, team, team: gallery) 27096 Revert “Warn when building on master channel (#25007)” (cla: yes, tool) 27097 Typo fixes for notched_shapes.dart (cla: yes, framework) 27111 format initializer list of constructors (cla: yes, team) 27112 prevent _computeColumnWidths from getting stuck due to double precision (cla: yes, framework) 27113 Fix gsutil.py call for windows (cla: yes, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-58
27114 Adds haptic vibration to Cupertino switch (cla: yes, f: cupertino, framework) 27116 Add some instructions to the README for packaging archives locally (cla: yes, team) 27122 Add module checking (cla: yes, tool) 27140 Add docs and sample for takeException (a: tests, cla: yes, d: api docs) 27154 Add2App: Fix crash resulted from hard-code module ‘app’ (a: existing-apps, cla: yes, customer: gold, t: gradle, tool) 27169 Update an IconButton sample, add RaisedButton sample (cla: yes, d: api docs, f: material design, framework) 27181 Change “Starting Xcode build” status text to “Running xcode build” (cla: yes, t: xcode, tool, ⌘‬ platform-mac)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-59
27186 Improve unsupported text (cla: yes, tool) 27191 Revert f9e6242db (#26944) (cla: yes, tool) 27195 PopupMenuDivider.represents() paramter must be void, not Null (cla: yes, f: material design, framework) 27197 Add default values for optional parameters. (cla: yes, team) 27199 Remove obsolete ignore: (cla: yes, framework, team) 27207 Add support for multiroot scheme to PackageUriMapper (cla: yes, tool) 27208 Add a flag to enable tracing to systrace. (cla: yes, tool, ▣ platform-android) 27211 Inject KernelCompiler via KernelCompilerFactory (cla: yes, tool)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-60
27252 Add support for experimental flags during hot reload. (cla: yes, t: hot reload, tool) 27253 [flutter_tool,doctor] Fix and test gen_snapshot failure message (cla: yes, tool) 27256 Update additionalTime in TestWidgetsFlutterBinding.runAsync() to 1000. (a: tests, cla: yes, team) 27257 Add basic codegen app to be used for integration testing and benchmarks (a: tests, cla: yes, tool) 27260 Update Align docs (cla: yes, framework, waiting for tree to go green) 27261 format parameter list (cla: yes, team) 27271 Remove all obsolete “// ignore:” (cla: yes, team, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-61
27272 Fix asserts for initialDateTime in CupertinoDatePicker (cla: yes, f: cupertino, f: date/time picker, framework, waiting for tree to go green) 27274 Add missing comma to fix build (cla: yes, d: api docs, framework) 27277 Use flutter_tools to generate build_script (cla: yes, tool) 27278 Make version documentation clearer. (cla: yes, tool) 27295 Handle missing curl (cla: yes, tool) 27297 Add Material/Card borderOnForeground flag to allow border to be painted behind the child widget (cla: yes, f: material design, framework) 27305 Outline for survey implementation (cla: yes, d: api docs, team)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html
84705d153d56-62
27316 Add elevation to Chips to allow for more flexibility (cla: yes, f: material design, framework) 27319 Don’t send accept/reject if compilation never started. (cla: yes, tool) 27322 Fix typo in WrapAlignment documentation (cla: yes, d: api docs, framework, waiting for tree to go green) 27323 don’t pass the –packages-dir flag (cla: yes, tool) 27365 Updated focus handling for nested FocusScopes (cla: yes) 27367 Update shrine login screen so that cancel dismisses the route (cla: yes, team, team: gallery) 27374 Lazily download artifacts: The Phantom Menace (cla: yes, tool) 27376 Material.border type is now BorderRadiusGeometry (cla: yes, f: material design, framework)
https://docs.flutter.dev/development/tools/sdk/release-notes/changelogs/changelog-1.2.1/index.html