Flutter get xattr file attributes on linux.
| hook | ||
| lib | ||
| src | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| CHANGELOG.md | ||
| ffigen.yaml | ||
| LICENSE | ||
| pubspec.yaml | ||
| README.md | ||
flutter_xattr
Get xattr file attributes on linux.
Usage
import 'package:flutter_xattr/flutter_xattr.dart';
var hostPath = Xattr.getFileAttribute(
campaignFile.path,
"user.attribute-name",
);