os_files

Last updated:

0 purchases

os_files Image
os_files Images
Add to Cart

Description:

os files

Introduction #
This Dart package that provides information about the operating system files and directories.
The package is designed to work in all platforms, including browsers.
Getting started #
1.Add dependency #
In pubspec.yaml:
dependencies:
os_files: ^1.0.0
copied to clipboard
2.Use #
import 'package:os_files/os_files.dart';

Future<void> main() async {
print('Python 3 installed: ${await terminalAppFound('python3')}');
print('Random temporary directory: ${randomTemporaryDirectory().path}');
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.