pixel_snap 0.1.2 pixel_snap: ^0.1.2 copied to clipboard
Sharp looking Flutter applications at any pixel scaling factor.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2023-07-01 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
pixel_snap
- v0.1.2
- FEAT: upgrade to Dart 3 and latest Flutter stable (#13).
0.1.2 #
0.1.0+2 #
- FIX: stack overflow when snapping EdgeInsetsDirectional.
0.1.0+1 #
- FIX: missing imports.
0.1.0 #
BREAKING: Removed global state. It is now necessary to get PixelSnap from build context.
0.0.5 #
- FEAT: upgrade to latest Flutter stable (#10).
0.0.4 #
- FIX: wrong cast for AlignmentDirectional.
- FEAT: add forked version of FittedBox.
0.0.3 #
- FEAT: add forked version of FittedBox.
- FEAT: generate forked widgets instead of copying manually (#6).
0.0.2 #
- FIX: ensure that pixel snapping is spread evenly.
- FEAT: fork Image and RawImage widgets (#5).
0.0.1+2 #
- FIX: compatibility with latest Flutter master.
- FIX: remove duplicate change-log entry.
0.0.1+1 #
- FIX: build errors with flutter stable.
0.0.1 #
- Initial release.