وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Flutter with Machine Learning – Complete Guide[2024-Edition]

سرفصل های دوره

Flutter Machine Learning Complete Bootcamp from Zero to Hero


1 - Introduction
  • 1 - Course Introduction

  • 2 - Introduction to Machine Learning and Flutter
  • 1 - Why do we choose Flutter among other crossplatform development frameworks.html
  • 2 - Introduction to Crossplatform development and benefits of it
  • 3 - What is Flutter
  • 4 - Why Flutter
  • 5 - Devices Flutter supports
  • 6 - Material Design
  • 7 - Layout System in Flutter
  • 8 - Demo of a Flutter application
  • 9 - What is Machine Learning and Overview of Machine Learning and its applications
  • 10 - Module 1 Speaks with students

  • 3 - Build our Flutter workspace and get ready
  • 11 - Flutter-sdk-path.txt
  • 11 - Install Flutter SDK on Mac
  • 12 - Flutter-sdk-path.txt
  • 12 - Install Flutter SDK on Windows
  • 13 - IDE-download-links.txt
  • 13 - Install and configure Android studio
  • 14 - IDE-download-links.txt
  • 14 - Install and configure Vscode
  • 15 - Anatomy of Flutter application
  • 16 - Module 2 wrapup

  • 4 - Dart language
  • 17 - Module 4 Intro
  • 18 - Code Link.txt
  • 18 - Data types in Dart
  • 19 - Code Link.txt
  • 19 - Naming conventions
  • 20 - Code Link.txt
  • 20 - Math Operators
  • 21 - Code Link.txt
  • 21 - Enums
  • 22 - Code Link.txt
  • 22 - Lists and Maps
  • 23 - Code Link.txt
  • 23 - Json Data type
  • 24 - Code Link.txt
  • 24 - Null types
  • 25 - Code Link.txt
  • 25 - Conditional Statements
  • 26 - Code Link.txt
  • 26 - Loops
  • 27 - Code Link.txt
  • 27 - Functions
  • 28 - What is Object oriented programming
  • 29 - Classes
  • 29 - Code Link.txt
  • 30 - Code Link.txt
  • 30 - Inheritance in classes
  • 31 - Code Link.txt
  • 31 - Mixins
  • 32 - Code Link.txt
  • 32 - Extensions
  • 33 - Async and awaits
  • 33 - Code Link.txt
  • 34 - Arrow Functions
  • 34 - Code Link.txt
  • 35 - Code Link.txt
  • 35 - Delivery Guy Code Practice
  • 36 - Module 4 speaks with students

  • 5 - Flutter first touches
  • 37 - Module 5 Intro
  • 38 - Configure Android studio for Flutter
  • 39 - Check Flutter Demo Application
  • 40 - What is Widget
  • 41 - What is Context
  • 42 - Children and parent
  • 43 - What is MaterialApp widget
  • 44 - What is Scaffold
  • 45 - What is State
  • 46 - What is Statefull Widget
  • 47 - What is Stateless Widget
  • 48 - Final and Const Keywords
  • 49 - Accessing properties of Statefull and Stateless widgets
  • 50 - Global variables
  • 51 - Stateful widget States
  • 52 - Container Widget
  • 53 - Box Model
  • 54 - Column and Row Widgets
  • 55 - Spacing system in Column and Row widgets
  • 56 - Spacing Widgets SizedBox
  • 57 - Text Widget
  • 58 - Button Widgets
  • 59 - Textfields and Forms
  • 60 - Form Validations
  • 61 - Icons and Image Widgets
  • 62 - Fit Property
  • 63 - ListView Widget
  • 64 - Gridview widget
  • 65 - SingleChild Scroll widget
  • 66 - Create our own Widget
  • 67 - Pages and Navigations
  • 68 - Application Life Cycle
  • 69 - Assignment solution Write our Login Form Application
  • 69 - Project Github Link.txt
  • 70 - Module 5 speaks

  • 6 - State and state management in Flutter
  • 71 - Module 6 Intro
  • 72 - What are State management methods
  • 73 - Project Github Link.txt
  • 73 - Value notifier state management
  • 74 - Github code link.txt
  • 74 - Provider state management
  • 75 - Bloc state management
  • 76 - Code Link.txt
  • 76 - Write 8 ball application with Bloc
  • 77 - Module 6 speaks with students

  • 7 - Architecture Patterns in Flutter and Clean Architecture
  • 78 - Module 7 Intro
  • 79 - What is Architecture Patterns
  • 80 - Clean architecture in Flutter
  • 81 - Code Link.txt
  • 81 - Write First Login Form Application With Clean Architecture First Lecture
  • 82 - Write First Login Form Application With Clean Architecture Second Lecture
  • 83 - Module 7 speaks

  • 8 - Working with Plugins and packages and assets
  • 84 - Module 8 Intro
  • 85 - What are pubsdev and thirdparty packages
  • 86 - How to use Pubdev packages
  • 87 - Install the First package
  • 88 - Code Link.txt
  • 88 - Qr code generator application
  • 89 - Module 8 speaks

  • 9 - Working with Camera and Image Picker Plugin
  • 90 - Module 9 Intro
  • 91 - How to use Camera Feature in Flutter
  • 92 - Code Link.txt
  • 92 - Write Photo Gallery Application
  • 93 - Module 9 speaks

  • 10 - Working with Databases
  • 94 - Module 10 Intro
  • 95 - What is a Database
  • 96 - Code Link.txt
  • 96 - How to use SharedPrefrence and what is it for
  • 97 - Object base Databases and Working With Hive
  • 98 - Writing Contacts application with Hive Part 1
  • 99 - Code Link.txt
  • 99 - Writing Contacts application with Hive Part 2
  • 100 - Module 10 Speaks

  • 11 - HTTP Requests and Api
  • 101 - Module 11 Intro
  • 102 - What is HTTP methods
  • 103 - What is HTTP response and response codes
  • 104 - What is Api
  • 105 - Getting to know the HTTP requests pubdev packages
  • 106 - Make our first request to weather API with postman
  • 107 - Code Link.txt
  • 107 - Write weather app with Flutter and Http package
  • 107 - flutter-class.postman-collection.zip
  • 108 - Module 11 speaks

  • 12 - Integrate Chat Gpt with the Flutter app
  • 109 - Module 12 Intro
  • 110 - What is Chat Gpt
  • 111 - Getting Chat Gpt Api keys and setup
  • 112 - Code Link.txt
  • 112 - Write Chat Gpt application for Flutter
  • 113 - Module 12 speaks

  • 13 - Tensorflow with Flutter
  • 114 - Module 13 Intro
  • 115 - What is Tensorflow
  • 116 - ML package and Tensorflow Model
  • 117 - Code Link.txt
  • 117 - Write Object Detecting Application With Tensorflow
  • 117 - flutter-class.postman-collection.zip
  • 118 - Module 13 speaks

  • 14 - Face Detection with Flutter
  • 119 - Module 14 Intro
  • 120 - What is Face Detection
  • 121 - Code Link.txt
  • 121 - Write Face detection application with Flutter
  • 122 - Module 14 speaks

  • 15 - OCR with Flutter
  • 123 - Module 15 Intro
  • 124 - What is OCR and Use cases
  • 125 - Code Link.txt
  • 125 - OCR setup and write OCR app with Flutter
  • 126 - Module 15 speaks

  • 16 - Notifications
  • 127 - Module 16 Intro
  • 128 - What is Notifications
  • 129 - Code Link.txt
  • 129 - Working with Local notifications and their packages
  • 130 - Code Link.txt
  • 130 - Working with Firebase Remote Notification
  • 131 - Code Link.txt
  • 131 - Writing medicine reminder application
  • 131 - flutter-class.postman-collection.zip
  • 132 - Module 16 speaks

  • 17 - Firebase Cloud storage
  • 133 - Module 17 Intro
  • 134 - Define our first database model in Firebase
  • 135 - Store Information in the User collection
  • 136 - Store Images in Firebase cloud storage
  • 137 - Code Link.txt
  • 137 - User Registration app part 1 Login functionality with Google Login
  • 138 - Module 17 speaks

  • 18 - Testing approaches in Flutter
  • 7 - What is the main goal of TDD method.html
  • 139 - Module 18 Intro
  • 140 - What is testing in Flutter and TDD
  • 141 - Code Link.txt
  • 141 - News app unit testing
  • 142 - Module 18 speaks

  • 19 - Git
  • 143 - Module 19 Intro
  • 144 - What is Git
  • 145 - How to Install and use Git
  • 146 - Push and Clone our first code from Git
  • 147 - Module 19 speaks.html
  • 148 - Clone first repo with Git.html
  • 149 - Module 19 Speak

  • 20 - App uploading to Google Play and App Store
  • 150 - Module 20 Intro
  • 151 - Helper Link.txt
  • 151 - Upload developed application on Google Play.html
  • 152 - Helper Link.txt
  • 152 - Upload developed application on App store.html
  • 153 - Upload our app to Google Play.html
  • 154 - Upload our app to the App Store.html
  • 155 - Module 20 speaks

  • 21 - Mobile Developer Making money trending ways
  • 156 - Module 21 Intro
  • 157 - Working as a Freelancer
  • 158 - Working as an employee
  • 159 - Working as selfcontract person
  • 160 - Working as a blogger
  • 161 - Working as teacher
  • 162 - Working as a Mobile app Template Seller
  • 163 - Module 21 speaks

  • 22 - Course Wrapup and Conclusion
  • 164 - Recap of the key concepts and techniques covered in the course
  • 165 - Encouraging further exploration of advanced Flutter and Machine Learning topics
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 27984
    حجم: 10762 مگابایت
    مدت زمان: 1131 دقیقه
    تاریخ انتشار: ۱۹ دی ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید