Skip to content

AtharvNatu/Flutter-GPU-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Flutter-GPU-Detection

Cross-Platform Flutter Desktop App For Detecting GPUs

Currently runs perfectly on Linux and Windows

To run the app in Debug Mode, simply run the below command

flutter run

To deploy the app, run the below commands according to your OS

For Windows

flutter build windows --release

For Linux

flutter build linux --release

Copy the get-gpu-info.sh and ffi_lib directory present inside lib to the build/linux/x64/release/bundle/ directory and then run the executable

Screenshot 2023-09-23 121813

Screenshot 2023-09-23 121843

Screenshot 2023-09-23 121855