Create iOS and Android apps by writing code once! Flutter beginner escape course from Code Factory! Build solid fundamentals through detailed theory and interesting projects!
What you will learn!
Mastering the Dart Language
Creating beautiful UIs with Flutter
Using SQLite Databases
Creating a video player app
Creating a video calling app
Using Google Maps
Use location services
10 projects in my hands! 💁♀️💁♂️
Learn based on theory and learn how to implement various functions.
The only app development book in the TOP30, ranked 23rd in the Computer/IT category
⏰ Flutter Beginner's Course's Timeline
Get familiar with Android Studio and learn how to draw your app's UI using Flutter.
Create a simple Splash Screen that acts as the first page of any app
Packaging existing websites into apps using Web View technology
Making an electronic photo frame that automatically rolls when left alone and can be swiped directly
Creating a D-Day app that can be used with a lover
Create an app that generates 3 random numbers below a specified number each time you press a button
Creating an app that plays videos
Creating a simple location-based service using Google Maps
#9 LIVE- Video call
Creating a video calling app using Agora API
#10 Calendar Scheduler
Creating a calendar scheduler app that can store data long term
#11 Fine dust app
Learn how to make network requests using HTTP communication!
You can learn about the life cycle of a Stateful Widget and directly verify through practice when the functions corresponding to each life cycle are executed.
Flutter vs React Native Google Trends
Flutter is already one of the most powerful cross-platform frameworks used by many companies. As you can see from the chart, it is growing rapidly, surpassing React Native, which has been the leader for a long time.
This course is designed to be easy and friendly for beginners, and to mix theories with projects to capture both interest and depth of knowledge. It is designed to be a form where you can dig deeper into theories by designing a real-life situation and proceeding with the project, and why this knowledge should be acquired.
Even if you are a beginner developer or a Flutter beginner, after taking this course you will gain confidence in Flutter and be able to develop simple apps on your own and acquire knowledge beyond the beginner level.
🏭 Code Factory YouTube There is a lot of content in Edo!
I interact with students through Q&A sessions via YouTube Live every week!
If you would like to receive YouTube live push notifications, please subscribe to the Code Factory YouTube channel below!
> Go to Code Factory YouTube Channel
Must Have Code Factory's Flutter Programming book is a book that I personally wrote after investing a long time in it!
There are some contents that overlap with the beginner's lecture, and there are also lectures on Firebase and advertisements that are not in the beginner's lecture!
Recommended for those who like eBooks or physical books!
The book can be found at major bookstores such as Kyobo Bookstore, Yes24, and Aladdin!
Please click on the image below to move!
Q. Why should I learn Flutter?
Flutter is a cross-platform app development framework. Originally, iOS apps and Android apps had to be developed using different languages and different frameworks, but Flutter can be released on both platforms with a single source code. So you can save a lot of money and time when developing an app. In addition, it is a framework developed by Google, and Google is pushing it a lot these days, so it is a framework with a promising future, so it is good to learn about it.
Q. Is it definitely better to learn Flutter than React Native or Native?
Every framework has its pros and cons depending on the situation and purpose, so the answer to this type of question is always 'NO'. Flutter can release apps on both iOS and Android platforms very quickly with a single source code, but it still lacks many libraries compared to Native and is slightly behind in completeness. React Native has the advantage of using Javascript, one of the most popular languages in the world, and because it has been around for a long time, it is still more popular than Flutter.
Q. I have never learned programming before. Can I still take the course? Is it okay even if I am not a major?
Many people have successfully completed their first programming in their lives through my YouTube videos. Even if it is not Flutter, all programming has a considerable barrier to entry for beginners, but in this lecture, I have tried hard to lower the barrier to entry as much as possible. First, watch the Dart language lecture that is open to the public for free and check the difficulty level. If it is difficult, get help from the official Code Factory community.
🏭 Code Factory YouTube
🔥 Code Factory Discord
💬 Code Factory Kakao Open Talk
If you purchase the Flutter course, you can join the Code Factory Discord server Flutter Premium channel! If you join the Discord server and send me the email you purchased the course with as a message, I will register you in the Premium channel! If you join the Premium channel, all questions will be answered with priority!
Q. Is this a completed lecture?
Currently, the course structure is suitable for the purpose of escaping from the beginner level . Flutter is planned to be divided into three difficulty levels: beginner, intermediate, and advanced, and UI, simple popular library usage, etc. will all be added to the beginner course. There is still a lot of knowledge left to convey to you, so please look forward to it!
Q. Do I need to have an Apple Mac?
You can follow the lectures on a Windows computer, but you can't build iOS apps. That's because Apple designed iOS apps to be built only on Macs, Apple's operating system. Flutter is very consistent across platforms, so if you code while looking at an Android screen on a Windows computer, you can think of the same app as the same code when you build it on iOS later. If you want to distribute it, I recommend buying an old MacBook that's compatible with Flutter.
Q. Do I need to have good computer specs?
Since it is easier to develop if you run a simulator/emulator, if your computer specs are too low, it may run slowly. If your computer specs are low, I recommend coding using an actual device! The required specs may change from time to time, so I will leave a link.
Windows Requirements / Mac Requirements / Linux Requirements
Q. Flutter installation fails.
To become a good developer, the ability to isolate and solve problems is also very important, so try hard and if it doesn't work out, 💬 Code Factory Kakao Open Talk Please contact us!
Q. There is a problem with the video.
For questions related to video playback and internet communication, please contact Infraon. If the order of the video is wrong or if there are parts that are difficult to understand due to poor editing, please contact us directly through Open Talk. I will make it a top priority to improve it and upload it again! I also check it several times, but there may be mistakes because I manage so many videos.
Q. To what extent does the class cover the content?
I've tried to cover everything you need to know to build a UI in Flutter. Additionally, I plan to include simple front-end database management, network requests, and basic state management.
What's currently planned to be added
Popular state management packages other than the Provider package will be covered in the intermediate course! (BloC, GetX, etc.)
In addition, if there is any knowledge or technology that you would like me to develop, please share it with me through various channels. I will actively consider it!
Q. Are there any tutorials on how to release apps on the Play Store or App Store?
We will add it to the beginner course. If you want to try it out before the course comes out, please check the guide on the official Flutter website.
Release Android App / Release iOS App
🏭 Code Factory YouTube
🔥 Code Factory Discord
💬 Code Factory Kakao Open Talk
The images I provide in the lectures are images that I purchased for a fee. I purchased the rights to create and distribute my works, but you must never distribute the images to others or on the Internet! Do not use the images for purposes other than studying, as this may result in legal issues due to copyright infringement.
One way to really improve your skills quickly while learning programming is to learn how to ask the right questions. Because of the nature of programming, it's hard to look at the entire code. So if you upload the entire code of the widget that's causing the problem and say, "This doesn't work!", it's hard for me to answer.
When asking a question, if you organize it well in the three steps below, we can communicate and answer you much faster!
1️⃣ How do I think it should work?
2️⃣ How it works now
3️⃣ Where exactly is the code and what problems are occurring (if there are even examples👏)
Offline lecture experience
Who is this course right for?
Anyone who wants to become an app developer
Beginner in programming
People who value communication and receiving help
Anyone who wants to create both Android and iOS apps by writing code only once
Need to know before starting?
Knowledge of development is helpful, but not required.
Students
24,315
Reviews
1,202
Rating
5.0
Courses
6
안녕하세요 프로그래밍 강사 코드팩토리입니다!
코드팩토리 통합 링크
https://links.codefactory.ai
🏭 코드팩토리 유튜브 바로가기
🔥 코드팩토리 Discord 바로가기
💬 코드팩토리 카카오 오픈톡 바로가기
💼 주식회사 코드팩토리 대표
🏆 2023년 인프런 베스트셀러 수상
🏆 <<Must Have 코드팩토리의 플러터 프로그래밍>> 서적 2023 상반기 교보문고 컴퓨터/IT 부문 베스트셀러 23위
🏆 AWS Certified Developer Associate
🏆 AWS Certified Solutions Architect