I'm developing a personal project in Flutter that aims to collect some user information such as (ram memory, hardware information, etc.).
Flutter does not provide a complete package for this idea, so I wanted to do this Python integration using the psutil library, how do I proceed...