safe_area_fraction 0.0.6
safe_area_fraction: ^0.0.6 copied to clipboard
A Flutter widget that applies padding based on a fraction of the safe area dimensions.
๐งพ Changelog #
All notable changes to this project will be documented in this file.
This project follows Semantic Versioning.
0.0.6 - 2025-11-05 #
โจ Improved #
- Enhanced documentation with a detailed
README.md. - Added complete widget and extension test coverage.
- Organized code under
/src/widgetsand/src/extensionsdirectories. - Fixed linter warnings and aligned with Dart file conventions.
- Added example app and usage demonstrations.
- Added
flutter_lintsfor consistent code style.
0.0.1 - 2025-11-04 #
๐ Initial Release #
- Introduced the
SafeFractionwidget for applying fractional safe-area padding. - Added
SafeAreaFractionContextextension for quick context-based calculations. - Supports all Flutter platforms: Android, iOS, Web, Windows, macOS, Linux.
- Included unit tests and example usage.
- Licensed under MIT License.
๐ช Upcoming (Planned) #
๐ง Roadmap #
- โ Add
SafeFractionBuilderwidget for dynamic layout adjustments. - โ Add animated safe padding transitions.
- โ Add adaptive layout helpers for foldable devices.
- โ Provide more utility extensions for safe margin/positioning.
๐ฌ Notes #
- If you find bugs or have feature suggestions, open an issue at:
๐ https://github.com/9xRahul/safe_area_fraction/issues
โค๏ธ Maintained by #
Rahul โ passionate Flutter developer building utility-first packages.