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 |
Tags
- Image.network
- Snackbar
- Scaffold
- Cached Image
- Row
- flutter
- listview
- MainAxisAlignment
- sqlite
- Hello World
- Flutter 앱 배포
- Load Image
- Flutter 강좌
- Flutter 예제
- node.js
- HTTP
- Column Widget
- FutureBuilder
- Networking
- Flutter Tutorial
- navigator
- InkWell
- 반석천
- CrossAxisAlignment
- WillPopScope
- ListView.builder
- ListTile
- Flutter Example
- Row Widget
- AppBar
Archives
- Today
- Total
목록portraitDown (1)
꿈꾸는 시스템 디자이너

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