728x90
플러터로 웹 개발을 시작하려면 아래의 링크에서 참고하시면 됩니다.
Web support for Flutter
Details of how Flutter supports the creation of web experiences.
flutter.dev
해당 페이지를 보시면 아래와 같은 목록으로 가이드하고 있습니다.
Notes on web support
The following resources can help you get started:
- To add web support to an existing app, or to create a new app that includes web support, see Building a web application with Flutter.
- To learn about Flutter’s different web renderers (HTML and CanvasKit), see Web renderers
- To learn how to create a responsive Flutter app, see Creating responsive apps.
- To view commonly asked questions and answers, see the web FAQ.
- To see code examples, check out the web samples for Flutter.
- To learn about deploying a web app, see Preparing an app for web release.
- File an issue on the main Flutter repo.
- You can chat and ask web-related questions on the #help channel on Discord.
참고로 플러터의 웹 지원은 단순한 웹페이지는 아니고,
웹앱 형태의 PWA앱을 만들어 준다고 합니다.
자! 그럼, 이제 플러터로 웹앱을 만들어 봅시다!
728x90
'개발 이야기 > 플러터 개발' 카테고리의 다른 글
플러터 웹 - 에러 해결 방법 (0) | 2021.01.14 |
---|---|
플러터 웹 - 에러 해결 방법 (0) | 2021.01.14 |
디자인을 Flutter코드로 변환 - supernova툴 (0) | 2020.08.07 |
플러터// teachable machine - TensorFlow Lite 이용해보자 (0) | 2020.08.04 |
플러터 UI를 GUI로 미리 만들어 볼 수 있는 - 플러터스튜디오 (0) | 2020.08.04 |