flutter_undo 0.0.2 copy "flutter_undo: ^0.0.2" to clipboard
flutter_undo: ^0.0.2 copied to clipboard

outdated

This package provides a mechanism to interact with UndoManager on iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_undo

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

dependencies:
  flutter_undo: ^0.0.2

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:flutter_undo/flutter_undo.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publishertwinsun.dev

This package provides a mechanism to interact with UndoManager on iOS

Repository (GitHub)
View/report issues

License

ISC (LICENSE)

Dependencies

flutter, logging

More

Packages that depend on flutter_undo