homedir 0.0.4 copy "homedir: ^0.0.4" to clipboard
homedir: ^0.0.4 copied to clipboard

Dart 1 only

Get home directory on any platform

homedir.dart #

Build Status

Usage #

A simple usage example:

import 'package:__packageName__/__packageName__.dart';

main() async {
  await for (var element in homeDir.list()) {
    print(element);
  }
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Get home directory on any platform

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on homedir