restoration_kit 0.1.1 copy "restoration_kit: ^0.1.1" to clipboard
restoration_kit: ^0.1.1 copied to clipboard

Effortless state restoration: survive process death without RestorationMixin ceremony. One builder widget, drop-in controllers, and a debug guardian for Android's 1 MB limit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add restoration_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  restoration_kit: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:restoration_kit/restoration_kit.dart';
0
likes
160
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Effortless state restoration: survive process death without RestorationMixin ceremony. One builder widget, drop-in controllers, and a debug guardian for Android's 1 MB limit.

Repository (GitHub)
View/report issues

Topics

#state-restoration #state #persistence #lifecycle

License

MIT (license)

Dependencies

flutter

More

Packages that depend on restoration_kit