Flutter Masterclass: Beginner to Pro [2024]
- Descrição
- Currículo
- FAQ
- Revisões
This is 5 years of my learning and experience as an app developer condensed into a 10 hour course. This is for anyone who wants to become an app developer, no matter what level you are. This masterclass will start from the very beginning to making your own production-ready apps for iOS / Android / web /.. using Flutter – a cross platform tool that makes it easy to build apps once and deploy them any platform.
Zero Programming Experience Required
This course is designed to teach you from the very beginning, so you do not need to have any programming/coding experience – the course will begin with the basic programming fundamentals to get you up to speed. If you’ve got Flutter ready on your computer, you’re all set. In just 10 hours with Mitch, you’ll go from beginner to making your own apps.
Course Structure (10 hrs) / Full Source Code (9 apps)
Todo App / Minimal Notes App / Sneaker Shop App / Minimal Ecommerce App / Habit Tracker App / Expense Tracker App / Music Player App / Minimal Chat App / Minimal Social Media App
By the end, you’ll be ready to make your own apps. Remember, practice makes perfect. Start with small projects and keep going. Welcome to the Flutter Masterclass – your first step into making apps. Good luck!
-
2Programming FundamentalsVídeo Aula
Before we start coding apps, we need to understand the basics of programming. This will show you from the very beginning all the fundamentals you need to know. It covers variables / data structures / control flow / methods / ..
-
3Everything is a Widget!Vídeo Aula
Explores Flutter's core principle that everything in the UI is a widget, from layout to components, and how to use them effectively.
-
4NavigationVídeo Aula
Teaches how to navigate between different screens and pages in a Flutter app, using routes and navigation methods.
-
5Stateless vs Stateful WidgetsVídeo Aula
Distinguishes between stateful widgets that manage dynamic content and stateless widgets for static content, with examples of each.
-
6Get User InputVídeo Aula
Demonstrates handling user interactions through forms, buttons, and other input widgets, including data validation and submission.
-
7Building Your First App: TODO APPVídeo Aula
Guides through building a simple Todo application, incorporating many of the previously learned concepts, focusing on list management and state updates.
-
8Nike Sneaker Shop UIVídeo Aula
Focuses on creating a visually appealing UI for a sneaker shop app, emphasizing design principles and widget customization.
