Last updated:
0 purchases
gal linux
Gal Linux #
Table of Contents #
Gal Linux
Table of Contents
About
Features
Usage
About #
This is just an implementation package of the plugin gal for Linux
Features #
The support for opening the gallery, requesting permission and check if we have access to the gallery
is limited on Linux
Usage #
The following command executables are required to use this plugin:
mkdir
mv
rm
xdg-open
wget
All of them should be already there in most Linux distros, wget might not in some cases so you need
to manually install it using your package manager, example in Debian based distros:
sudo apt install wget
copied to clipboard
In most cases it should be already done
Import defaultTargetPlatform and kIsWeb from library flutter/foundation
import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb;
copied to clipboard
You might want to execute (optional):
if (defaultTargetPlatform == TargetPlatform.linux && !kIsWeb) {
GalPluginLinux.registerWith();
}
copied to clipboard
Before using any gal function
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.