Skip to content

Conversation

Potatomonsta
Copy link
Contributor

Description

Added StacAspectRatio, StacFlexible, StacFittedBox, StacFractionallySizedBox and required parsers

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

@Potatomonsta Potatomonsta reopened this Jul 31, 2025
@Potatomonsta Potatomonsta changed the base branch from dev to dv/stac-export July 31, 2025 13:05
child: Stac.fromJson(model.child, context),
fit: model.fit?.parse ?? BoxFit.contain,
alignment: model.alignment?.parse ?? Alignment.center,
clipBehavior: model.clipBehavior?.parse ?? Clip.hardEdge,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default value of Clip should be Clip.none

Copy link
Member

@divyanshub024 divyanshub024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@divyanshub024 divyanshub024 merged commit db032e5 into dv/stac-export Aug 1, 2025
4 checks passed
@divyanshub024 divyanshub024 deleted the layout-and-structure-widgets branch August 1, 2025 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants