local_image_provider 4.3.0 copy "local_image_provider: ^4.3.0" to clipboard
local_image_provider: ^4.3.0 copied to clipboard

A library for retrieving the metadata and contents of the images, videos, and albums on a mobile device.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:local_image_provider_example/local_image_body_widget.dart';

void main() => runApp(ExampleApp());

/// A simple application that shows the functionality of the
/// local_image_provider plugin.
///
/// See [LocalImageBodyWidget] for the main part of the
/// example app.
class ExampleApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: LocalImageBodyWidget(),
    );
  }
}
30
likes
90
pub points
81%
popularity

Publisher

verified publishercsdcorp.com

A library for retrieving the metadata and contents of the images, videos, and albums on a mobile device.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, json_annotation, local_image_provider_platform_interface

More

Packages that depend on local_image_provider