mvvm_service 1.1.0 copy "mvvm_service: ^1.1.0" to clipboard
mvvm_service: ^1.1.0 copied to clipboard

A Flutter-native service layer inspired by the MVVM pattern, managing services according to the widget lifecycle, without relying on Provider or Riverpod.

1.0.0 #

  • Initial version.

1.0.1 #

  • Modified ServiceBuilder to automatically load its service only if it hasn't been initialized yet.

1.0.2 #

  • Fixed an issue where services could not be referenced due to incorrect generic type handling.

1.1.0 #

  • Added ServiceWhen<T> extension on services to declaratively build widgets based on their current state.

  • Updated ServiceBuilder to dispose its Service instance when the widget is disposed if it fully owns the service.

0
likes
0
points
57
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

A Flutter-native service layer inspired by the MVVM pattern, managing services according to the widget lifecycle, without relying on Provider or Riverpod.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mvvm_service