Center(child: Text()....)
Subscribe to:
Post Comments (Atom)
Ekran genişliğini ve yüksekliğini alma
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
-
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
-
Before: void main () { runApp( AnaEkran () , ) ; } After: void main () { runApp( MaterialApp ( home: AnaEkran () , ) , ) ; ...
-
File|Settings|Language & Frameworks|Flutter - 'Format code on save'
No comments:
Post a Comment