flex_gap 0.4.0
flex_gap: ^0.4.0 copied to clipboard
FlexGap is a Flutter library for managing spaces and flexibility in your layouts.
Changelog #
All notable changes to this project will be documented in this file.
0.4.0 #
- Upgraded compatibility with the latest Flutter version.
- Minor formatting improvements.
- Improved internal documentation.
0.3.3 #
- Upgraded to latest Flutter version.
0.3.2 #
- Upgraded to latest Flutter version.
0.3.1 #
- Updated the README file.
0.3.0 #
- Introduced new
Controller
class to improve separation of concerns. - Improved validation logic.
- Optimized adaptive behavior.
- Minor formatting adjustments.
0.2.2 #
- Updated formatting.
0.2.1 #
- General updates and clean-up.
0.2.0 #
- General updates and preparation for future changes.
0.1.9 #
- Added support for additional platforms.
0.1.8 #
- General updates and maintenance.
0.1.7 #
- Updated
.gitignore
file.
0.1.6 #
- Added DartDoc documentation.
0.1.5 #
- Updated
pubspec.yaml
to support Flutter platforms. - Added platform support metadata.
0.1.4 #
- Updated
pubspec.yaml
to support Flutter platforms. - Added a new example.
0.1.3 #
- Updated
pubspec.yaml
to support Flutter platforms. - Updated tests.
0.1.2 #
- Updated
pubspec.yaml
for Flutter support.
0.1.1 #
- Updated images in README.
0.1.0 #
- Initial release of the
flex_gap
library. - Implemented
RenderBoxGap
,ExpandedGap
, andFlexGap
widgets for managing layout gaps and spacing.