save 0.11.0 copy "save: ^0.11.0" to clipboard
save: ^0.11.0 copied to clipboard

A flutter state management library with `State`, `Action`, `View`, `Effect`

example/lib/main.dart

import 'package:example/app/app.dart';
import 'package:flutter/material.dart';
import 'package:save/widget/widget.dart';

void main() {
  runApp(const SaveScope(
    child: ExampleApp(),
  ));
}
0
likes
160
points
4
downloads

Publisher

verified publisherhypen.io

Weekly Downloads

A flutter state management library with `State`, `Action`, `View`, `Effect`

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, equatable, flutter, meta

More

Packages that depend on save