방명록
- [The Complete Flutter Development Bootcamp with Dart] 12024년 01월 02일 22시 43분 40초에 업로드 된 글입니다.작성자: sue24
https://www.udemy.com/course/flutter-bootcamp-with-dart/
Introduction
flutter is kind of UI toolkit for developers
to design beautiful interfaces
for all sorts of screen sizes and devices more easily.
they offer bunch of pre-vuild widgets
you could deploy the app to all of devices
just need one codebase to rule them all
that code is Dart
flutter is open source
anyone can see the original code
everything inside of the flutter app is widget
so you could draw a widget tree
Scaffold( appBar: AppBar(), body: Container( child: Column( children: [ Row( Text(), Image(), ), Text(), ] ) ) )
there are functionality widgets, too
like network image from the internet via url
'모바일 > Flutter' 카테고리의 다른 글
모두가 할 수 있는 플러터 UI 입문2 (0) 2024.01.09 모두가 할 수 있는 플러터 UI 입문1 (1) 2024.01.08 [The Complete Flutter Development Bootcamp with Dart] 3 MiCard (1) 2024.01.05 Flutter에서 텍스트를 중앙에 배치하는 6가지 방법 (0) 2024.01.04 [The Complete Flutter Development Bootcamp with Dart] 2 container, column, row (1) 2024.01.03 다음글이 없습니다.이전글이 없습니다.댓글