PackageTrack
Sign in Get early access

align_positioned

Greatly simplifies layouts which are difficult to implement with Columns and Rows, by letting you declaratively position and resize widgets in relation to one another.

5.0.1 marcglasberg/align_positioned

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Ships unpredictably

gaps range from 2 weeks to 2.3 years

Some releases are documented

notes for 20 of 45 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

46 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

46 releases · Feb 2019 to Oct 2024
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 46
  1. 5.0.1 30 Oct 2024
    Release notes

    Open source →
  2. 5.0.0 29 Oct 2024

    Nothing published for this version

  3. 4.0.1 24 Jan 2024
    Release notes
    • Compatible with current Flutter version, as of 2024/01/09.
    Open source →
  4. 4.0.0 09 Jan 2024

    Nothing published for this version

  5. 3.0.0 05 Oct 2021
    Release notes
    • Breaking change: The two widgets in AlignPositioned.relative() are now named. To fix it, just name the first one container, and the second one child. For example:

      Center(
         child: AlignPositioned.relative(
             container: widgetA(),
             child: widgetB(),
             moveByContainerHeight: 0.5,
             moveByChildHeight: 0.5));
      
    • AlignPositioned.relative() now has a parameter called invert, which controls which widget overlaps the other. If invert is false (the default), the container widget is below the child widget in the Z-axis (will be painted before). If invert is true, the container widget to be on top of the child widget, in the Z-axis (will be painted after).

    Open source →
  6. 2.0.5 20 Sep 2021

    Nothing published for this version

  7. 2.0.4 02 Aug 2021
    Release notes
    • Larger AlignPosition hitTest area.
    Open source →
  8. 2.0.3 25 Jul 2021
    Release notes
    • Added AnimatedAlignPositioned.expand().
    Open source →
  9. 2.0.2 17 Jun 2021

    Nothing published for this version

  10. 2.0.1 16 Apr 2021
    Release notes
    • Details.
    Open source →
  11. 2.0.0 05 Mar 2021
    Release notes
    • Nullsafety.
    Open source →
  12. 2.0.0-nullsafety.1 13 Feb 2021 pre-release

    Nothing published for this version

  13. 1.2.15 21 Jan 2021
    Release notes
    • AnimChain.initialDelay (initial delay before starting the animation chain).
    Open source →
  14. 1.2.14 23 Nov 2020

    Nothing published for this version

  15. 1.2.13 23 Nov 2020

    Nothing published for this version

  16. 1.2.12 20 Nov 2020
    Release notes
    • moveVerticallyByChildWidth.
    • moveHorizontallyByChildHeight.
    • moveVerticallyByContainerWidth.
    • moveHorizontallyByContainerHeight.
    • Better treatment of null values in AnimatedAlignPositioned.
    Open source →
  17. 1.2.11 20 Nov 2020

    Nothing published for this version

  18. 1.2.10 20 Nov 2020

    Nothing published for this version

  19. 1.2.9 19 Nov 2020
    Release notes
    • Touch.middle.
    Open source →
  20. 1.2.8 14 Sep 2020

    Nothing published for this version

  21. 1.2.7 28 Jul 2020
    Release notes
    • Better error message when AlignPositioned is given infinite size.
    Open source →
  22. 1.2.6 19 May 2020
    Release notes
    • Docs improvement.
    Open source →
  23. 1.2.5 24 Nov 2019

    Nothing published for this version

  24. 1.2.4 01 Nov 2019

    Nothing published for this version

  25. 1.2.3 10 Sep 2019
    Release notes
    • Removed reverseDuration.
    Open source →
  26. 1.2.2 08 Sep 2019

    Nothing published for this version

  27. 1.2.1 08 Sep 2019

    Nothing published for this version

  28. 1.2.0 29 Aug 2019
    Release notes
    • AlignPositioned.relative().
    Open source →
  29. 1.1.9 26 Aug 2019
    Release notes
    • AnimChain.
    Open source →
  30. 1.1.7 25 Aug 2019

    Nothing published for this version

  31. 1.1.6 25 Aug 2019

    Nothing published for this version

  32. 1.1.5 24 Aug 2019
    Release notes
    • ChildHeightRatio and childHeight may be present at the same time.
    • Rotate.
    • Transform.
    Open source →
  33. 1.1.4 24 Aug 2019

    Nothing published for this version

  34. 1.1.3 23 Aug 2019

    Nothing published for this version

  35. 1.1.2 23 Aug 2019

    Nothing published for this version

  36. 1.1.1 23 Aug 2019

    Nothing published for this version

  37. 1.1.0 17 Aug 2019
    Release notes
    • AlignPositioned inside a Stack.
    Open source →
  38. 1.0.8 07 Aug 2019

    Nothing published for this version

  39. 1.0.7 23 Feb 2019
    Release notes
    • Added size parameters.
    Open source →
  40. 1.0.6 23 Feb 2019
    Release notes
    • Added moveByContainerWidth and moveByContainerHeight.
    Open source →
  41. 1.0.5 23 Feb 2019
    Release notes
    • Code and examples.
    Open source →
  42. 1.0.4 22 Feb 2019

    Nothing published for this version

  43. 1.0.3 22 Feb 2019

    Nothing published for this version

  44. 1.0.2 22 Feb 2019

    Nothing published for this version

  45. 1.0.1 22 Feb 2019

    Nothing published for this version

  46. 1.0.0 22 Feb 2019

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive