ensemble_file_manager 1.2.50
ensemble_file_manager: ^1.2.50 copied to clipboard
File picking and gallery-saving implementation for Ensemble apps.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ensemble_file_managerWith Flutter:
$ flutter pub add ensemble_file_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ensemble_file_manager: ^1.2.50Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ensemble_file_manager/ensemble_file_manager.dart';