fleet 0.5.0+1 copy "fleet: ^0.5.0+1" to clipboard
fleet: ^0.5.0+1 copied to clipboard

An animation Framework for Flutter. It is state-based, declarative, extensible, composable and easy to use.

0.5.0+1 #

0.5.0 #

Note: This release has breaking changes.

  • FEAT: add more drop-in replacements for Flutter widgets (#53). (e79ac71a)
  • BREAKING FEAT: streamline modifier API by overloading modifier methods (#52). (42a676f2)

0.4.0 #

Note: This release has breaking changes.

  • REFACTOR: restructure source files and categories (#47). (12daa157)
  • FEAT: add fleet_imports package (#51). (8a93e9d0)
  • FEAT: add FleetFlex and related widgets (#50). (4525bb91)
  • FEAT: add UniformPadding (#46). (a33f4d89)
  • FEAT: make AnimatableRenderObjectWidget work with InheritedWidgets (#45). (677060d5)
  • FEAT: add AnimatableStatelessWidget (#44). (fd949360)
  • FEAT: add extension-based widget API (#41). (8c3d283b)
  • FEAT: support always animating state changes with Animated (#40). (4d2533e4)
  • BREAKING REFACTOR: use Fleet as the prefix for Flutter drop-in replacements (#48). (fe20ceb5)
  • BREAKING FEAT: remove AnimatableState(Mixin)? (#49). (6996c597)
  • BREAKING FEAT: support making RenderObjectWidgets animatable (#43). (adf9fb01)
  • BREAKING FEAT: upgrade SDK constraints (#42). (5e4d611a)

0.3.0 #

Note: This release has breaking changes.

  • FIX: scheduling transactions while building (#36). (ff9fe03d)
  • BREAKING FEAT: make transactions always synchronous (#38). (8005fa8f)

0.2.0 #

Note: This release has breaking changes.

  • FIX: support scheduling transactions while building (#35). (0cb5d90c)
  • FIX: give local transaction the highest precedence (#33). (c0737c44)
  • BREAKING FEAT: turn SetStateWithAnimationExtension into AnimatingStateMixin for proper ordering of state changes (#34). (6bc4079a)
  • BREAKING FEAT: require animation and value for Animated (#32). (93205068)
  • BREAKING FEAT: rename setStateWithAnimation to setStateWithAnimationAsync and withAnimation to withAnimationAsync (#26). (23606ef4)

0.1.3+1 #

0.1.3 #

  • FEAT: add APositioned, APositionedDirectional and ATransform (#23). (9910986d)
  • FEAT: slightly revise API and improve doc comments (#22). (7ddd4ef9)

0.1.2 #

  • FEAT: add widgets for padding and opacity (#21). (c389a655)
  • DOCS: add feature list and categories (#20). (e0300e09)

0.1.1 #

  • FIX: ensure animations finish at target value (#19). (49126dc5)
  • FEAT: add extensions for creating AnimationSpec and Duration. (97ec3218)
  • DOCS: fix more typos. (095cdd9f)
  • DOCS: fix typos. (7508784f)
  • DOCS: add interactive animation demo and improve README. (f2dd0507)

0.1.0 #

  • Initial release
8
likes
140
pub points
10%
popularity

Publisher

verified publishergabriel.terwesten.net

An animation Framework for Flutter. It is state-based, declarative, extensible, composable and easy to use.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on fleet