Companies Home Search Profile

Flutter Masterclass (Dart, APIs, Firebase & More) - 2024

Focused View

Sujan Pokhrel

10:52:10

7 View
  • 1. Course Introduction.mp4
    02:11
  • 2. Flutter Setup (Windows).mp4
    10:05
  • 3. Flutter Setup (MACOS).mp4
    06:09
  • 4. Install Visual Studio Code & Extensions (Windows MacOS).mp4
    02:19
  • 5. Git Check & Github Account Creation.mp4
    01:33
  • 1. Functions in Dart.mp4
    06:41
  • 2. Data types in Dart.mp4
    07:17
  • 3. Return types in Dart.mp4
    04:30
  • 4. OOP & Classes in dart (Constructors, Properties, Methods).mp4
    14:50
  • 5. Inheritance in Dart.mp4
    06:47
  • 6. Dart Basics Quiz.html
  • 1. Create & RUN first flutter project.mp4
    06:11
  • 2. Fixing Errors throughout this course (Very, Very Important - Must be noted).mp4
    02:56
  • 3. What well build (Hello Flutter intro).mp4
    00:41
  • 4. Clone Hello Flutter App from GitHub on your device.mp4
    03:50
  • 5. Start Working on Hello Flutter App.mp4
    06:09
  • 6. Understanding & using widgets.mp4
    05:50
  • 7. Hot Restart, Hot Reload, Hard restart & Custom Widget.mp4
    07:04
  • 8. Using Container Widget.mp4
    08:58
  • 9. Columns in Flutter.mp4
    04:51
  • 10. Widgets basics, Wrapping & More.mp4
    05:46
  • 11. Rows & Text Styling.mp4
    07:05
  • 12. Loading images in Flutter.mp4
    07:11
  • 13. Fonts In Flutter.mp4
    08:31
  • 14. Refactoring Splitting code into multiple files.mp4
    07:18
  • 15. Wrap up.mp4
    04:26
  • 1. What Well Build (Billionaire App Intro).mp4
    01:02
  • 2. Clone Billionaire App from Github on your device.mp4
    02:18
  • 3. Start new flutter project with dark mode.mp4
    05:09
  • 4. Working with Buttons.mp4
    05:47
  • 5. Expanded, Flex & Button Styling.mp4
    10:27
  • 6. StatefulWidgets & States in Flutter.mp4
    06:59
  • 7. SharedPreferences (Saving data locally).mp4
    10:18
  • 8. initState() in StatefulWidget.mp4
    02:35
  • 9. Child To Parent Communication in Flutter.mp4
    03:34
  • 10. Parent to child communication.mp4
    06:41
  • 11. App Icons in Flutter & Wrap up.mp4
    06:52
  • 1. What Well Build (Todo App Intro).mp4
    00:43
  • 2. Clone Todo App from Github on your device.mp4
    00:57
  • 3. Start New Project in Light Mode.mp4
    03:46
  • 4. Using Icons, Scaffold Actions, Drawer & More.mp4
    05:18
  • 5. GestureDetector, InkWell & BottomSheet.mp4
    07:41
  • 6. Text Field & TextEditingController.mp4
    06:29
  • 7. Advanced Child to parent communication (Passing data).mp4
    06:32
  • 8. Understanding Lists in Dart.mp4
    07:34
  • 9. ListView Builder & ListTile.mp4
    05:34
  • 10. Manipulating data in List.mp4
    05:42
  • 11. Preserving List Data.mp4
    04:16
  • 12. IF, Else statement in DART.mp4
    07:56
  • 13. Using AlertDialog and If Else Statement in todo App.mp4
    05:50
  • 14. Refactoring Functions & Widgets.mp4
    04:52
  • 15. Working on Drawer.mp4
    04:44
  • 16. Rendering Widgets Conditionally.mp4
    06:54
  • 17. Dismissable Widget.mp4
    06:54
  • 18. Wrap Up & User Experience Ehnancement.mp4
    03:48
  • 1. What Well Build (Bucket List App).mp4
    01:06
  • 2. Clone Bucket List App from Github on your device.mp4
    01:54
  • 3. Understanding API, Frontend, Backend, Database & REST API.html
  • 4. Setup dummy API on Firebase.mp4
    03:23
  • 5. Postman & JSON.mp4
    01:51
  • 6. Maps in Dart.mp4
    04:26
  • 7. Sending JSON data to server.mp4
    04:43
  • 8. Start Bucket List App with DIO for HTTP Requests.mp4
    04:56
  • 9. Asynchronous vs Synchronous Programming, Async, Await & Future in DART.mp4
    05:54
  • 10. Making first HTTP request from app.mp4
    04:08
  • 11. Error handling in DART using TRY CATCH.mp4
    05:11
  • 12. Using API data on App.mp4
    06:24
  • 13. Loading state Indicator & RefreshIndicator.mp4
    06:52
  • 1. Multi Screen Navigation (Named Routes & Material Page Route).mp4
    07:10
  • 2. Passing data between screens.mp4
    06:28
  • 3. Refactoring Widgets on same file Working with Mini Custom Widgets.mp4
    09:24
  • 4. PopMenuButton, List Check & More.mp4
    08:33
  • 5. Navigation back detection, Delete Request & More.mp4
    11:32
  • 6. Updating data - Patch.mp4
    08:04
  • 7. Understanding Data Filter from List using .where().mp4
    09:07
  • 8. Filter Bucket List Data.mp4
    06:51
  • 9. Add data to API.mp4
    11:31
  • 10. Forms in Flutter & Form Validation.mp4
    09:25
  • 11. Refactor & Wrapup Bucket List.mp4
    03:08
  • 1. What Well Build (Fun Facts Intro & Source code).mp4
    01:00
  • 2. Setup for Fun Facts App.mp4
    03:29
  • 3. Using PageView Builder.mp4
    04:40
  • 4. Dummy read only API through GitHub.mp4
    07:39
  • 5. Why Global State Management The Problem.mp4
    04:37
  • 6. Using Provider for Global State Management.mp4
    06:57
  • 7. Updating Global State.mp4
    05:33
  • 8. Preserving and loading data on app start + App Wrapup.mp4
    03:55
  • 1. What Well Build (GlobalChat App & Source code ).mp4
    01:00
  • 2. GlobalChat Source Code & Git Repo.html
  • 3. Setup GlobalChat App & Firebase Project.mp4
    08:06
  • 4. Initialize Firebase.mp4
    05:30
  • 5. Basic setup (Fonts, Icons, App Name).mp4
    05:41
  • 6. Splash Screen.mp4
    06:18
  • 7. Enabling firebase authentication & Using forms.mp4
    07:57
  • 8. Firebase Authentication Creating user account.mp4
    12:10
  • 9. Using controllers for separating Logic from UI.mp4
    03:26
  • 10. Firebase Authentication User Login & Splash Forwarding.mp4
    06:03
  • 11. GlobalChat Basic Decoration.mp4
    04:41
  • 1. Enabling firestore database & using it on Flutter.mp4
    03:14
  • 2. Creating user account on Database (Adding Data).mp4
    07:59
  • 3. Setting up chatrooms & Getting data from Database.mp4
    08:14
  • 4. Saving user data on global state (User Provider).mp4
    09:16
  • 5. Create & List Chatrooms.mp4
    10:03
  • 6. Custom Drawer and Profile Improvements.mp4
    09:20
  • 7. Update data on database (Edit profile).mp4
    11:11
  • 8. Fixing provider issue with Login & Signup.mp4
    04:46
  • 9. Chatroom Page & send chat message.mp4
    06:30
  • 10. Send chat messages into chatroom.mp4
    08:16
  • 11. Retrieve data using StreamBuilder for Realtime Updates.mp4
    09:20
  • 12. Database query with conditions & Index creation.mp4
    06:55
  • 13. Formatting chat messages & Wrapup.mp4
    10:02
  • 1. Costs for publishing apps in Google Play & App Store.html
  • 2. Publishing IOS & Android Apps.html
  • Description


    Complete No-Nonsense Masterclass on Flutter for Native Android and IOS App Development. 2024 Edition

    What You'll Learn?


    • Learn Flutter and Dart systematically, step by step, from the basics.
    • Explore the integration of APIs in Flutter and enhance your proficiency in working with them.
    • Discover how to leverage Firebase effectively for your projects and master its usage.
    • Create compelling native mobile applications for both Android and iOS platforms.
    • Avoid useless coding - Learn what's important

    Who is this for?


  • This course welcomes anyone interested in mobile apps development
  • Who want to excel in flutter app development
  • What You Need to Know?


  • No prior knowledge of Flutter or Dart is required
  • No prior knowledge of any programming language is required
  • Learn everything from ground up
  • More details


    Description

    Get ready for a no-nonsense journey into Flutter app development. We're not here to waste your time or inundate you with unnecessary details. We've walked the walk, published apps, and now we're on a mission to teach you only what truly matters.


    In this guide, we'll strip away the fluff and focus on the practical, hands-on skills you need. No lengthy theoretical lectures or mind-numbing jargon—just the good stuff. From core concepts and widgets to state management and connecting with APIs, we've got your back.


    Oh, and did we mention Firebase? Because who needs a convoluted explanation when you can dive straight into harnessing its power for your apps?


    Get ready to cut through the noise and become a Flutter maestro.

    No-nonsense, just knowledge that sticks!


    Here's a sneak peek at the knowledge you'll acquire in this course:


    • Fundamental concepts of Dart & Flutter

    • In-depth understanding of Flutter Widgets

    • Effective state management techniques

    • Mastering animations within Flutter

    • Seamless integration with back-end through APIs

    • Harnessing the power of Firebase for advanced functionalities

    • Advanced topics in Flutter UI/UX design

    • Providers for State Management

    • Github

    • Firebase Authentication, Firestore, FlutterFire and more

    • Real-world projects and hands-on applications of Flutter principles


    So, buckle up! Get ready to cut through the noise and emerge as a Flutter maestro. Happy coding!

    Who this course is for:

    • This course welcomes anyone interested in mobile apps development
    • Who want to excel in flutter app development

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Sujan Pokhrel
    Sujan Pokhrel
    Instructor's Courses
    Hello, I am Sujan Pokhrel, Founder & CEO of DynoTech Global As a full stack developer with over a decade of experience, I am passionate about sharing my knowledge with others and helping them achieve their goals in coding. With a strong track record of guiding students to success, I am confident in my ability to be a valuable and effective teacher. In my career, I have had the opportunity to work on a wide range of projects, giving me a well-rounded skillset and the ability to adapt to new challenges. I am excited to share my expertise with you and help you become a proficient developer. I am confident that the effort and dedication I have put into this course will pay off, and you will reap the benefits of my hard work. I hope you will gain valuable knowledge and skills that will help you succeed in your career.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 108
    • duration 10:52:10
    • Release Date 2024/05/04

    Courses related to Google Flutter

    Subtitle
    Learn Flutter By Building Real Apps
    SkillShareLearn Flutter By Building Real Apps
    3:07:01
    English subtitles
    10/03/2023
    Subtitle
    Flutter UI Widgets
    RayWenderlichFlutter UI Widgets
    1:27:47
    English subtitles
    06/15/2023

    Courses related to Firebase

    Courses related to Dart