Welcome!
Last updated
Last updated
Welcome to systeminfo2! Here you'll find all the documentation you need to get up and running with the system_info2 API.
The system_info2 package provides details about your operating system and hardware beyond what the Dart Platform class provides.
Before you launching to using system_info2 you should check that the Dart Platform class doesn't already provide the features you need.
Help support system_info2 by supporting OnePub, the private Dart repository.
OnePub allows you to privately share Dart packages across your Team and with your customers.
Try it for free and publish your first private package in seconds.
We also need to recognize Andrew Mezoni's work to create the package in the first place.
This document uses the term Posix to collectively refer to all non-Windows operating systems including:
Linux
Android
MacOS
iOS
If you are looking for additional OS level functionality you might what to take a look at the following Dart packages:
Feeling like an eager beaver? Jump into the quick-start docs and make your first request:
Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
Publish a private package in five commands:
dart pub global activate onepub
onepub login
cd <my package>
onepub pub private
dart pub publish