You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FEATURE][BUG]: Fixes and improvements when using with follow_the_leader package (#63)
* FIX: Make use of given spacing in GridGoldenSceneLayout
* FIX/ADJUSTMENT: Don't paint to Canvas before taking photo with FlutterCamera - this broke nuanced render object and layer behavior in follow_the_leader. Instead, use toImageSync() on the existing RepaintBoundary.
* ADJUSTMENT: Changed GridSceneLayout to use default item decorator and background to match existing behavior of FlexSceneLayout.
* FEATURE: Add itemSetup to Gallery so that a single setup can be applied to all items.
* ADJUSTMENT: When a Gallery is given item constraints, it now sets its physicalSize to match the max bounds.
* FEATURE: Timeline now accepts a desired windowSize which it applies to the physicalSize in the test.
* ADJUSTMENT: Changed the existing "minimal" Timeline itemScaffold to become the "standard" one, and then created a true "minimal" itemScaffold that makes no decisions about theme, background color, or padding.
* ADJUSTMENT: Renamed "pump" method in Timeline to say "builder" because that's more of what it is.
0 commit comments