코딩/Flutter
-
[Widget] TabBar코딩/Flutter 2020. 1. 7. 10:20
https://api.flutter.dev/flutter/material/TabBar-class.html TabBar class - material library - Dart API A material design widget that displays a horizontal row of tabs. Typically created as the AppBar.bottom part of an AppBar and in conjunction with a TabBarView. If a TabController is not provided, then a DefaultTabController ancestor must be provided instea api.flutter.dev * 공식문서를 번역한 것입니다. 틀릴 수 ..
-
Todo APP 만들기 - 1 (환경 셋팅)코딩/Flutter 2019. 12. 9. 11:26
Flutter를 이용해서 Todo 어플리케이션을 만들어 보도록 하겠습니다. 가장 첫 번째로 해야될 것은 우선 환경 셋팅이겠죠? https://flutter.dev/에 접속하여서 오른쪽 상단에 [Get Strated]를 누릅니다. Flutter - Beautiful native apps in record time Flutter is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the..