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