lindi 0.2.0 copy "lindi: ^0.2.0" to clipboard
lindi: ^0.2.0 copied to clipboard

Lindi is a lightweight and reactive state management library for Flutter that simplifies building applications with dynamic UI updates.

0.2.0 #

Removed

  • Removed LindiMultiBuilder, now you can use LindiBuilder for single and multiple viewModels.

Added

  • Added listeners to LindiBuilder a callback function that listen when the viewModel updates.
  • Added hasData to check if a viewModel have data.
  • Added unregister<T>() to unregister a specific instance of LindiViewModel from LindiInjector.

Changed

  • Changed viewModel parameter to viewModels now can accept list of LindiViewModel.

0.1.1 #

Added

  • Unit tests for LindiViewModel, LindiBuilder, LindiMultiBuilder, LindiInjector, LindiException.

0.1.0 #

Added

  • Initial release of LindiViewModel<D, E>.
  • Implemented setLoading(), setData(D data), and setError(E error) methods.

0.0.1 #

  • Publish
4
likes
0
points
255
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Lindi is a lightweight and reactive state management library for Flutter that simplifies building applications with dynamic UI updates.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on lindi