file_state_manager 1.2.0 copy "file_state_manager: ^1.2.0" to clipboard
file_state_manager: ^1.2.0 copied to clipboard

This package allows you to easily undo and redo saved data in your applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_state_manager

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

dependencies:
  file_state_manager: ^1.2.0

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:file_state_manager/file_state_manager.dart';
3
likes
160
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to easily undo and redo saved data in your applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on file_state_manager