Course Information
Course Overview
A fast-paced tutorial for experienced front-end developers who want to attain Flutter mastery
Flutter is quickly becoming a well-known framework for developing cross-platform apps for both Android and iOS devices. Apps made with Flutter are very fast because of their high rendering power and because Dart compiles the app into native ARM code.
This course shows you how to make your applications reliable with consistent performance. You'll build modern applications using the different features of Flutter. You will develop apps for both iOS and Android with just one codebase and learn how to connect your app to a database using Firebase. You will learn how to improve the performance of your applications, thus taking your skills to the next level.
By the end of this course, you will have mastered building your applications using Flutter.
About the Author
Robert Brunhage works as a SharePoint Developer and has also have been working on Flutter. He creates Flutter tutorials on YouTube where he teaches people a new way of developing native experience applications, instead of having to develop for IOS and Android separately. He is constantly seeking to improve and help others improve. If he encounters a developmental problem, he tries to find a solution for it to then later teaches that solution to students. He finds that helping others improve brightens his day!
Course Content
- 8 section(s)
- 41 lecture(s)
- Section 1 Building Your App Using ListView
- Section 2 Using the BLoC Architecture in Your App
- Section 3 Using Selected Category in Your App
- Section 4 Creating Our Cart Page
- Section 5 Adding Products to the Cart
- Section 6 Adding a Persistent Backend
- Section 7 Final Touches
- Section 8 Debugging and Performance Checking
What You’ll Learn
- Master Flutter for designing highly available, cost-efficient, and scalable applications.
- Use the different feature of Flutter to make your applications more reliable with consistent performance.
- Unified app development using Flutter's diverse tools and libraries.
- Debug and improve the performance of your app using Flutter.
- Use the BLoC Pattern as a state management solution.
- Connect your application to a real database.
Skills covered in this course
Reviews
-
PPurvik Rana
Simple bloc pattern has been explained in every bloc created inside this application. I was looking for more complex one.
-
RRune Hansen
I have already done 4 Udemy courses on Flutter. This is an Ok example of a BLoC arcitecture. But for me personally there is not so much new here I guess. The good thing about this course is that it is short. Compared to the highest rated flutter courses here on Udemy. This course is not covering very much. But the BLoC example is Ok. But the app should have been much larger. I do not recommend this course.
-
MMax Shemetov
Thank you for the Flutter Mastering course. But, my opinion that it is an incomplete app like a simple playground. What can I say to improve, - it will be better to use the original 'bloc' and 'flutter_bloc' packages instead of fake "BLoC" implementation - to provide a predefined set of products, categories with proper names, prices, and images * I can recommend this course only for real Flutter newbies. But because it uses fake "BLoc" I won't recommend the course to anyone. I'm sorry if my feedback is so direct.
-
SSamet Erap
Actually, it looks ok, but when you read the title of the course (Mastering Flutter), you look for more details. but there is no at the moment. I would expect multi bloc providers example like in MultiProviders in provider package of flutter. There is no example with routes at the moment (Half of the course ). How are we going to handle bloc providers in this case ?