flutter-it.dev

  • Packages
Results 4 packages owned by flutter-it.dev
Sort by

get_itcopy "get_it: ^8.2.0" to clipboard
get_it: ^8.2.0 copied to clipboard

4.6k
likes
150
points
2.19M
downloads
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"

watch_itcopy "watch_it: ^1.7.0" to clipboard
watch_it: ^1.7.0 copied to clipboard

195
likes
140
points
7.61k
downloads
The simple state management powered by get_it. It allows to observe changes of objects inside the get_it service locator and rebuild the UI accordingly.#state-management#dependency-injection#architecture#get-it

command_itcopy "command_it: ^8.0.0" to clipboard
command_it: ^8.0.0 copied to clipboard

17
likes
140
points
520
downloads
command_it is a way to manage your state based on `ValueListenable` and the `Command` design pattern. It is a rebranding of flutter_command.

listen_itcopy "listen_it: ^5.0.0" to clipboard
listen_it: ^5.0.0 copied to clipboard

10
likes
140
points
604
downloads
An rx like extension methods on ValueListenable type, that lets you work with ValueNotifiers almost like with Streams. Previously published as functional_listener.