flutter_app_group_directory 1.1.0 copy "flutter_app_group_directory: ^1.1.0" to clipboard
flutter_app_group_directory: ^1.1.0 copied to clipboard

PlatformiOSmacOS

Access to shared application group container on iOS & macOS.




Access to shared application group container on iOS & macOS ⬅️ πŸ“¦ ➑️

Basically based on the work of App Group Plugin.

πŸ‘» How to use? #

  • Import the plugin.
import 'package:flutter_app_group_directory/flutter_app_group_directory.dart';
  • Get the shared application group container βœ…
final appGroupDirectory = await FlutterAppGroupDirectory.getAppGroupDirectory('group.enter.yours');
  • You'r done πŸŽ‰

πŸ‘₯ Contributions #

Contributions are welcome. Contribute by creating a PR or create an issue πŸŽ‰.