ios_app_group 1.0.1 copy "ios_app_group: ^1.0.1" to clipboard
ios_app_group: ^1.0.1 copied to clipboard

outdated

Flutter plugin to access shared app group on iOS.

Flutter ios_app_group plugin #

Flutter plugin to access shared app group on iOS.

On iOS, this uses the NSFileManager's containerURLForSecurityApplicationGroupIdentifier API to get app group container URL.

Install #

Add this to your package's pubspec.yaml file:

dependencies:
  ios_app_group: ^1.0.0

Usage #

import 'dart:io';
import 'package:ios_app_group/ios_app_group.dart';

// Return null if shared app group is not exist or not accessible.
Directory sharedDirectory = await IosAppGroup.getAppGroupDirectory('com.example.app1');

License #

BSD. see LICENSE

2
likes
30
pub points
63%
popularity

Publisher

unverified uploader

Flutter plugin to access shared app group on iOS.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_app_group