flutter_app_group_directory 1.1.0
flutter_app_group_directory: ^1.1.0 copied to clipboard
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 π.