Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Releases: mateusfccp/magiceye

Maintenance update

22 Apr 22:13
Compare
Choose a tag to compare
  • Upgrade rxdart to ^0.24.0
  • Apply pedantic rules
    • For some reason, I forgot to include the package on 0.1.3+2, so my linter wouldn't behave correctly
  • Remove pubspec.lock from git, as it is recommended for library packages.

v0.1.4

31 Jan 12:58
Compare
Choose a tag to compare
  • Added a new parameter to MagicEye to control preview alignment.
  • Possibly Breaking Change: By default, the alignment is now topCenter.

Stricter rules means less error proness

28 Jan 17:45
Compare
Choose a tag to compare

v0.1.3+1

27 Jan 11:49
Compare
Choose a tag to compare
  • Fix regression (issue #3)

v0.1.3

24 Jan 13:19
Compare
Choose a tag to compare
  • Fix defaultCameraControlLayer secondChild getting the firstChild hit

v0.1.2

23 Jan 18:18
Compare
Choose a tag to compare
  • Assert that MagicEye parameters are not null, except for key
  • Export default layers
  • Constrained example orientation with SystemChrome.setPreferredOrientations

v0.1.1

23 Jan 12:55
Compare
Choose a tag to compare
  • Now the default allowed directions is not portrait, but all of them, as it's more intuitive
  • Little improvement on in-code documentation
  • Possibly Breaking Change: Change DeviceDirection enum to represent more intuitively the directions. Now, landscape is landscapeLeft, and landscapeReversed is landscapeRight