floop 2.1.4 copy "floop: ^2.1.4" to clipboard
floop: ^2.1.4 copied to clipboard

outdated

Dynamic values and animation API for Flutter widgets. Change values from anywhere and widgets are rebuild automatically. Transition values with one function call to animate a widget.

[2.1.4] - 31/12/2019 #

  • Polished transitions update cycles.

[2.1.3] - 29/12/2019 #

  • Fixes bug where transitions could lose synchronicity.

[2.1.2] - 28/12/2019 #

  • Bug fixes.

[2.1.1] - 28/12/2019 #

  • Bug fixes.

[2.1.0] - 27/12/2019 #

  • Added TransitionGroup.

[2.0.3] - 23/12/2019 #

  • Minor documentation changes.

[2.0.2] - 23/12/2019 #

  • Minor documentation changes.

[2.0.1] - 23/12/2019 #

  • Minor documentation changes.

[2.0.0] - 23/12/2019 #

  • Improved and refactored the Transitions API.
  • Major internal refactor of listening cycle, simplified and faster.
  • Change some API names.
  • DynMap is now the official map of dynamic values (ObservedMap is internal).
  • Added DynValue, a single dynamic value.

[1.1.0] - 01/10/2019 #

  • Added [DynamicWidget], a widget with it's own [ObservedMap].
  • Added [Transitions.shift], which allows shifting a transition.
  • Included all transition parameters to type transitions.
  • Some internal changes to the mixins and [FloopController].

[1.0.0] - 06/09/2019 #

  • Now only with Floop is required to enable Floop on a widget
  • No more [buildWithFloop], the build method is just [build]
  • Major refactor to core functionality. Listening is faster.
  • Eliminated [FloopLight], examples updated accordingly.
  • Updated the clicker example. Now it fetches an image.

[0.3.0] - 01/09/2019 #

  • Adds transition API with examples.
  • Changes to Repeater.
  • Mixin and classes name changes, add disposeContext methods to Floop stateless widgets.
  • Some API name changes and added functionality.

[0.2.3] - 20/07/2019 #

Rolls back library dependency.

[0.2.2] - 20/07/2019 #

Updates to latest version of meta library.

[0.2.1] - 20/07/2019 #

Exposes the internals of the library.

[0.2.0] - 09/07/2019 #

Update Docs, readme, reworks file organization.

[0.1.1] - 09/07/2019 #

Update Readme and Docs. Adds asynchronous data fetch example.

[0.1.1] - 09/07/2019 #

Update Readme and Docs. Adds asynchronous data fetch example.

[0.1.0] - 09/07/2019 #

Update Docs, Readme and version to comply with pub mantainance suggestions.

5
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dynamic values and animation API for Flutter widgets. Change values from anywhere and widgets are rebuild automatically. Transition values with one function call to animate a widget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on floop