
Creating a SNS app with Flutter
DEV MOO
We will create an SNS app using Flutter's Provider/StateNotifier state management and Firebase.
초급
Flutter, dart, Firebase
コーディングなしで自分だけのアプリを作れる!🚀 初心者でもできるノーコード入門講座! FlutterFlowを活用した実践アプリ開発で、簡単かつスピーディーにアプリを完成させましょう。
アプリの画面UIを構成する
データベースを構築する
FlutterFlowウィジェット
グローバル変数の使い方
SNSと連携した会員登録
コメント機能の実装
いいね機能の実装
多様な条件文の使い方
学習対象は
誰でしょう?
簡単かつ迅速にアプリ開発をしたい人
FlutterFlowを初めて使う人
コーディングの知識はあるけど、アプリ開発は初めての人
ノーコードプラットフォームについて知りたい人
43
受講生
12
受講レビュー
5
回答
4.8
講座評価
1
講座
개발 업무를 시작으로 보안에 이르기가지 IT 전반의 영역을 다루고 있습니다.
현재 네카라 중 한곳에 재직중이며 커리어 기간동안 학습해온 것들을 기반으로 유용한 강의를 준비하여
여러분들의 성장을 돕겠습니다.
全体
31件 ∙ (4時間 44分)
全体
12件
4.8
12件の受講レビュー
受講レビュー 7
∙
平均評価 5.0
修正済み
5
I have been steadily learning programming-related content as a hobby, albeit at a shallow level, and I've always wanted to establish myself as a solo developer someday. Until now, I felt a significant barrier to entry into the unknown world of backend integration, servers, security, and so on. This course was great because it provided concise explanations from basic UI to Firestore integration! What I noticed while watching various courses and YouTube videos was that there are plenty of basic courses and occasionally advanced courses for professionals, but I felt there weren't many courses targeting people in the middle ground. Through this course, I was able to break through the parts where I was stuck. I'm curious if you have plans to add 'code courses worth covering in FlutterFlow' such as custom functions~ I understand Dart/Flutter code at a basic level. I'm curious about how this feels when applied in FlutterFlow! For example, things that can be handled as actions within FlutterFlow wouldn't need separate code writing, and I'm curious about what custom code is frequently used outside of actions, what that boundary(?) is, and how experts utilize custom code~ +Additionally, I'm curious about responsive app design! I understand the concept to some extent, but I'm wondering if you have plans to cover practical content on how to best handle device size-appropriate design (padding, font size, etc.) for different devices!
First, thank you so much for your precious course review! Your journey as a solo developer pursuing your dreams is admirable, and I sincerely support you to achieve success! Regarding the Custom Function you mentioned, it's used when processing data and when frequently used across multiple pages. Let me give you an example from a project I'm personally working on. There's logic that takes keywords like love and sadness as input and expresses them as colors. By processing them as shown below to express specific keywords as colors, if you use this frequently across multiple screens, using custom functions would be convenient. Color getEmotionColor(String emotion) { switch (emotion) { case '사랑': return Color(0xFFFF8A80); // Coral Pink case '슬픔': return Color(0xFF90CAF9); // Soft Blue } } You also inquired about responsive UI, which can definitely be implemented with custom functions. Regarding follow-up courses, I had considered it when first creating the course, but currently I don't have the capacity due to my main job and personal projects.😭 If the opportunity arises, I'll try to post related content on my blog. Thank you once again. Thank you.
Thank you for taking the time to leave a reply despite being busy~ Now that I think about it, responsive design was something I could have searched for sufficiently, and thank you for explaining about custom functions as well~ Thank you for the great lecture!
受講レビュー 2
∙
平均評価 4.0
4
I'm not sure yet, but it seems like it will be an easy-to-understand and comfortable class. Other lectures just gave me stress and made me pull my hair out, but this lecture is giving me the will to challenge myself.
Hello grubuil. Thank you for the course review. Please feel free to ask any questions anytime while taking the course. As soon as your question is confirmed, I will do my best to answer it within the scope of my knowledge.
受講レビュー 1
∙
平均評価 5.0
5
Lee Seung-tae-nim, thank you for your course review. Fighting until completion~!
受講レビュー 1
∙
平均評価 5.0
¥5,453
同じ分野の他の講座を見てみましょう!