Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Flutter 강좌
- ListTile
- Column Widget
- Networking
- Flutter Example
- Scaffold
- Snackbar
- HTTP
- Load Image
- listview
- Flutter Tutorial
- Cached Image
- WillPopScope
- Hello World
- FutureBuilder
- Image.network
- CrossAxisAlignment
- AppBar
- node.js
- sqlite
- InkWell
- Flutter 예제
- navigator
- Row
- MainAxisAlignment
- flutter
- 반석천
- Row Widget
- Flutter 앱 배포
- ListView.builder
Archives
- Today
- Total
목록Screen Orientation (1)
꿈꾸는 시스템 디자이너
Flutter Example - Screen Orientations
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; class ScreenOrientationsDemo extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text("AppBar")), body: Padding( padding: const EdgeInsets.all(20), child: ListView( children: [ Container( height: 50, color: Colors.orange, alignment: Alignment(0,0), margin: c..
Tutorial/Flutter with App
2019. 9. 30. 14:15