utopia_save_file 0.2.3
utopia_save_file: ^0.2.3 copied to clipboard
Utopia USS libs - unified and *correct* implementation of file saving
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add utopia_save_file
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
utopia_save_file: ^0.2.3
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:utopia_save_file/utopia_save_file.dart';