total_memory 1.0.0 copy "total_memory: ^1.0.0" to clipboard
total_memory: ^1.0.0 copied to clipboard

Application to get the total memory of the system.

total_memory #

A command-line application to get the total memory of the system.

Usage #

Install the package:

dart pub global activate total_memory

Then you can use the command:

dart pub global run total_memory

Arguments #

Argument Description
--help, -h Show help
--version, -v Show version
--contacts, -c Show contacts

How to contribute #

  1. Fork the repository:
$ git clone https://github.com/fluttermiddlepodcast/total_memory.git
  1. Create a new branch:
$ git checkout -b my-new-branch
  1. Run all checks locally before pushing your changes:
$ dart analyze
$ dart format -l 120
  1. Run tests:

Run tests for available platforms:

$ dart test ./test/total_memory_macos_test.dart

Then change the platform and run tests again:

$ dart test ./test/total_memory_other_test.dart
  1. Make your changes and commit them:
$ git add .
$ git commit -m "Your commit message"

Contributors #

Contacts #

0
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Application to get the total memory of the system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on total_memory