attachment_engine 0.0.1-dev.2
attachment_engine: ^0.0.1-dev.2 copied to clipboard
Universal attachment engine for Flutter to resolve, cache, download, preview, and render documents, media, and web content using native platform APIs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add attachment_engineWith Flutter:
$ flutter pub add attachment_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
attachment_engine: ^0.0.1-dev.2Alternatively, 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:attachment_engine/attachment_engine.dart';