Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
May I ask why P3? This is blocking for me to go to prod, I'd really like some inputs about what is going on so I can either fix or build a repro to have this fixed.
ap...@google.com <ap...@google.com> #3
Unfortunately I am unable to reproduce it as well. Maybe there is a chance you can share your code with me? You can send it to my email as you did previously already.
For the ideas on what to take a look, how do you use LazyListState.layoutInfo in your app? Will it continue growing if you comment out such usages?
For the ideas on what to take a look, how do you use LazyListState.layoutInfo in your app? Will it continue growing if you comment out such usages?
Description
--Updated scale and rotation transformation APIs to consume a single Offset parameter to represent the pivot coordinate instead of separate float parameters for the x/y coordinates in DrawScope and DrawTransform
--Removed Rect.expandToInclude and Rect.join methods
--Updated Radius documentation to say oval in addition to elliptical
--Added documentation to indicate the public constructor for the inline Radius class is not to be called directly but instead Radius objects should be instantiated through their function constructors
--Removed RoundRect APIs to query topRight, bottomRight, bottomCenter, etc.
--Deprecated Rect.shift in favor of Rect.translate
--Removed RoundRect.grow and Rect.shrink APIs
--Renamed RoundRect.outerRect to Rect.boundingRect
--Removed RoundRect.middleRect/tallMiddleRect/wideMiddleRect and Rect.isStadium methods
--Renamed RoundRect.longestSide to RoundRect.maxDimension
--Renamed RoundRect.shortestSide to RoundRect.minDimension
--Changed RoundRect.center to be a property instead of a function
--Updated RoundRect constructor to consume Radius properties instead of individual parameters for x/y radius values
--Removed Size APIs that assumed it was a Rectangle with origin at 0,0 --Added a destructing API to Radius
--Migrated various RoundRect extension functions to be properties instead
--Rename Radius to CornerRadius
--Document behavior of negative radii