total_memory 1.0.0
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 #
- Fork the repository:
$ git clone https://github.com/fluttermiddlepodcast/total_memory.git
- Create a new branch:
$ git checkout -b my-new-branch
- Run all checks locally before pushing your changes:
$ dart analyze
$ dart format -l 120
- 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
- Make your changes and commit them:
$ git add .
$ git commit -m "Your commit message"
Contributors #
Contacts #
- Email: Flutter Developer Talks