flutter_stasis 0.4.0 copy "flutter_stasis: ^0.4.0" to clipboard
flutter_stasis: ^0.4.0 copied to clipboard

State management for Flutter built around explicit lifecycle, standardised async execution, and ephemeral UI events.

example/main.dart

import 'package:flutter_stasis/flutter_stasis.dart';

/// Minimal package example used by pub.dev scoring.
void main() {
  // Small no-op usage so the example validates package imports.
  final command = TaskCommand<String, int>(
    () async => CommandSuccess<String, int>(1),
  );
  command.map((value) => value + 1);
}
4
likes
150
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

State management for Flutter built around explicit lifecycle, standardised async execution, and ephemeral UI events.

Repository (GitHub)
View/report issues

Topics

#state-management #mvvm #flutter #architecture

License

MIT (license)

Dependencies

flutter, flutter_stasis_core

More

Packages that depend on flutter_stasis