Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hooni0918/FlexSheet

Tags

1.2.21

Toggle 1.2.21's commit message
chore: Bump version to 1.2.21

Maintenance:
- Regular version update
- Code cleanup
- Performance optimization

1.2.20

Toggle 1.2.20's commit message
chore: Bump version to 1.2.20

Maintenance:
- Version update
- Code organization
- Documentation updates

1.2.19

Toggle 1.2.19's commit message
feat: Implement dynamic height adjustments

Changes:
- Add @mainactor attribute to enum
- Implement adjusted heights for different screen sizes
- Add dynamic calculations for tabBar and safeArea
- Optimize height calculations with device-specific adjustments

1.2.18

Toggle 1.2.18's commit message
chore: Bump version to 1.2.18

Maintenance:
- Version update
- Code cleanup

1.2.17

Toggle 1.2.17's commit message
refactor: Simplify sheet height calculations

Changes:
- Remove tabBarHeight and safeAreaBottom constants
- Simplify half sheet height calculation
- Keep minimal state with header height only
- Clean up height calculation logic

1.2.16

Toggle 1.2.16's commit message
fix: Restore minimal sheet height calculation

Changes:
- Restore full height calculation for minimal state
- Include additionalHeight, tabBarHeight, and safeAreaBottom
- Ensure consistent spacing across states

1.2.15

Toggle 1.2.15's commit message
refactor: Simplify minimal sheet height

Changes:
- Simplify minimal state to only use headerHeight
- Remove additional spacing from minimal state
- Clean up height calculation logic

1.2.14

Toggle 1.2.14's commit message
fix: Adjust half sheet height calculation

Changes:
- Remove safeAreaBottom from half sheet height
- Optimize height calculations for better UX
- Fine-tune sheet dimensions

1.2.13

Toggle 1.2.13's commit message
feat: Add TabBar and SafeArea heights to calculations

Changes:
- Add tabBar height (49pt)
- Add safeArea bottom spacing (34pt)
- Update half and minimal sheet heights
- Improve overall layout calculations

1.2.12

Toggle 1.2.12's commit message
chore: Bump version to 1.2.12

Maintenance:
- Regular version update
- Code maintenance