Mahmoud Al-Haroon
Mahmoud Al-Haroon

Reputation: 2449

How to get all mobile measurements in Android using dart and flutter

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:

enter image description here

enter image description here

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:

enter image description here

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!!

Edited:

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

Answers (1)

Ajay Vaidhyanathan
Ajay Vaidhyanathan

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

Related Questions