- Use MediaQuery.devicePixelRatioOf(context) instead of MediaQuery.of(context).devicePixelRatio (#19).
- Regenerated widgets for latest Flutter stable (3.16.0).
- Regenerated widgets for latest Flutter stable.
- FEAT: upgrade to Dart 3 and latest Flutter stable (#13).
- FEAT: add PixelSnapScrollController (#12).
- FIX: stack overflow when snapping EdgeInsetsDirectional.
- FIX: missing imports.
BREAKING: Removed global state. It is now necessary to get PixelSnap from build context.
- FEAT: upgrade to latest Flutter stable (#10).
- FIX: wrong cast for AlignmentDirectional.
- FEAT: add forked version of FittedBox.
- FEAT: add forked version of FittedBox.
- FEAT: generate forked widgets instead of copying manually (#6).
- FIX: ensure that pixel snapping is spread evenly.
- FEAT: fork Image and RawImage widgets (#5).
- FIX: compatibility with latest Flutter master.
- FIX: remove duplicate change-log entry.
- FIX: build errors with flutter stable.
- Initial release.