attachment_engine_linux 0.0.1-dev.1 copy "attachment_engine_linux: ^0.0.1-dev.1" to clipboard
attachment_engine_linux: ^0.0.1-dev.1 copied to clipboard

PlatformLinux

Linux implementation of attachment_engine providing native file paths, external opening, and Dart-based download pipelines.

example/lib/main.dart

// Copyright 2026 DHC Tech
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

/// The example app's root widget.
class MyApp extends StatelessWidget {
  /// Creates the example app.
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'attachment_engine_linux example',
      home: Scaffold(
        appBar: AppBar(title: const Text('attachment_engine_linux example')),
        body: const Center(child: Text('attachment_engine_linux example')),
      ),
    );
  }
}
0
likes
160
points
80
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Linux implementation of attachment_engine providing native file paths, external opening, and Dart-based download pipelines.

Repository (GitHub)
View/report issues
Contributing

Topics

#attachment #linux

License

MIT (license)

Dependencies

attachment_engine_platform_interface, flutter, path_provider, url_launcher

More

Packages that depend on attachment_engine_linux

Packages that implement attachment_engine_linux