pixel_snap 0.1.4 pixel_snap: ^0.1.4 copied to clipboard
Sharp looking Flutter applications at any pixel scaling factor.
Change Log #
0.1.4 #
- Regenerated widgets for latest Flutter stable (3.16.0).
0.1.3 #
- Regenerated widgets for latest Flutter stable.
0.1.2 #
- FEAT: upgrade to Dart 3 and latest Flutter stable (#13).
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.