mg_shared_storage 0.9.3 copy "mg_shared_storage: ^0.9.3" to clipboard
mg_shared_storage: ^0.9.3 copied to clipboard

discontinuedreplaced by: saf_util
PlatformAndroid

Flutter plugin to work with external storage and privacy-friendly APIs.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'screens/granted_uris/granted_uris_page.dart';

/// TODO: Add examples using [Environment] and [MediaStore] API
void main() => runApp(const Root());

class Root extends StatefulWidget {
  const Root({Key? key}) : super(key: key);

  @override
  _RootState createState() => _RootState();
}

class _RootState extends State<Root> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: GrantedUrisPage());
  }
}
0
likes
150
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to work with external storage and privacy-friendly APIs.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mg_shared_storage