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 | 29 | 30 | 31 |
Tags
- MainAxisAlignment
- Cached Image
- listview
- Row Widget
- Column Widget
- HTTP
- InkWell
- Flutter Tutorial
- Snackbar
- Row
- Hello World
- Flutter 예제
- FutureBuilder
- Networking
- node.js
- Scaffold
- sqlite
- flutter
- ListView.builder
- Flutter 앱 배포
- 반석천
- WillPopScope
- Load Image
- Flutter Example
- Flutter 강좌
- Image.network
- ListTile
- AppBar
- navigator
- CrossAxisAlignment
Archives
- Today
- Total
목록portraitUp (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