Reputation: 2449
I tried to create an app the get all Device Information as the below link in git hub
:
https://github.com/MHarooney/All-Device-Information
As I need to get these types of info below images:
and those Infos I get it when dialing this code *#*#4636#*#*
, and I get this screen to access the Phone information as the below Image:
I searched a lot and can't find plugins give me this information using flutter
and dart
I hope someone could help me to solve this!!
Overall I want to create something like Open Signal
application that access the mobile network or sim
network as the below link:
https://play.google.com/store/apps/details?id=com.staircase3.opensignal&gl=NL
Upvotes: 0
Views: 448
Reputation: 43
Why would you need the measurement of all android devices? Android devices have wide spread of screen sizes instead you can use mediaquery() widget to set multi layout screens instead of inputting raw width and height
Upvotes: 1