티스토리 뷰
옛날 옛날 나때는 각 OS에 맞게 개발 환경이 달랐다.
그래서 응용 프로그램, 웹 프로그램로 나누곤 했다.
이제는 Flutter가 모두 접수하는 분위기...
Flutter 작업 시 필요한 사이트를 이리 저리 모아서 관리 -> Flutter 즐겨 찾기
0. Flutter 공식 홈페이지
- Flutter 소개 : https://flutter-ko.dev/
Flutter - 가장 빠른 아름다운 네이티브 앱
Flutter(플러터)는 하나의 코드베이스로 모바일, 웹, 데스크톱에서 네이티브로 컴파일 되는 구글의 아름다운 UI 툴킷입니다. Flutter는 기존 코드와 함께 동작하고, 전세계 개발자와 조직에 쓰이고
flutter-ko.dev
1. Flutter Package 참조
- pub.dev : https://pub.dev/
Dart packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
pub.dev
2. Flutter API 참조
- Flutter SDK : https://api.flutter.dev/
Flutter - Dart API docs
Welcome to the Flutter API reference documentation! Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around
api.flutter.dev
3. Flutter 문서 참조
- Flutter Documentation : https://docs.flutter.dev/
Flutter documentation
Get started with Flutter. Widgets, examples, updates, and API docs to help you write your first Flutter app.
docs.flutter.dev
4. Flutter Sample 참조
- Flutter Sample : https://flutter.github.io/samples/#
Flutter samples
cookbook Tap, drag, and enter text Many widgets not only display information, but also respond to u...
flutter.github.io
5. 윈도우 UI 작업 시 참조
( Flutter로 윈도우 데스크 탑 응용 프로그램을 만들 수 있다 )
- pub.dev : https://pub.dev/packages/fluent_ui
- Win UI for flutter : https://bdlukaa.github.io/fluent_ui/
Win UI for Flutter
bdlukaa.github.io
- Windows UI 참조1 : https://itnext.io/flutter-building-beautiful-windows-apps-fluent-design-structure-and-navigation-e53a394988d2
Flutter: Building Beautiful Windows apps — Fluent Design Structure and Navigation
The Fluent Design is Microsoft’s solution for designing beautiful Windows programs. Flutter has finally expanded support to Windows UWP in Google I/O 2021, which calls for well-designed Windows apps…
itnext.io
- Windows UI 참조2 : https://www.kodeco.com/33895609-flutter-for-windows-desktop-getting-started
Flutter for Windows Desktop: Getting Started
Learn how to set up a development environment and create a simple Flutter calculator app for Windows Desktop.
www.kodeco.com
- Popup window 작업 시 참조 : https://fluttergems.dev/dialogs/
Top Flutter Popup Dialog, Alert Dialog, Custom Dialog packages | Flutter Gems
List of Top Flutter Popup Dialog, Alert Dialog, Custom Dialog packages. Flutter Gems is a curated list of Dart & Flutter packages that are categorized based on functionality. Flutter Gems is also a visual alternative to pub.dev
fluttergems.dev
6. Flutter Widget of the Week
- Flutter Widget of the Week : https://www.youtube.com/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG
Flutter Widget of the Week
Fighting the good fight for Widget Awareness! Widget of the Week is a series of quick, animated videos, each of which covers a particular widget from the Flu...
www.youtube.com
7. Flutter Awesome
- Flutter ui 작업 시 참조 : https://flutterawesome.com/
Flutter Awesome
An awesome list that curates the best Flutter libraries and tools.
flutterawesome.com
8. Flutter Color class
- Flutter Color class 색 참조 : https://api.flutter.dev/flutter/material/Colors-class.html
Colors class - material library - Dart API
Color and ColorSwatch constants which represent Material design's color palette. Instead of using an absolute color from these palettes, consider using Theme.of to obtain the local ThemeData.colorScheme, which defines the colors that most of the Material c
api.flutter.dev
9. Flutter Icon 모음
- Material Icons(Android) 참조 : https://fonts.google.com/icons
Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
fonts.google.com
- Cupertino Icons(IOS) 참조 : https://api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html#constants
CupertinoIcons class - cupertino library - Dart API
Identifiers for the supported Cupertino icons. Use with the Icon class to show specific icons. Icons are identified by their name as listed below. To use this class, make sure you add a dependency on cupertino_icons in your project's pubspec.yaml file. Thi
api.flutter.dev
'개발 > Flutter' 카테고리의 다른 글
Flutter : Spacer 이용하기 (0) | 2023.05.04 |
---|---|
Flutter : InkWell 버튼 만들기 (0) | 2023.05.02 |
Flutter : 반응형 버튼 만들기 (MediaQuery 이용) (0) | 2023.04.20 |
Flutter : AnimatedBuilder widget (0) | 2023.04.14 |
Flutter : AnimatedAlign widget (1) | 2023.03.22 |