Flutter + AI: Build an AI Trainer App (2025 Tutorial)

Опубликовано: 03 Август 2026
на канале: Wootcot Simplified
246
12

Hey guys, this is my second video in series where we will use everything we learned on our last tutorial and apply it to create an AI Trainer app.

🔥 Follow along with this starter repo 👉🏻 https://github.com/wootcot/flutter-yo...

📖 Part 1 - Flutter High Level Simplified Architecture with Riverpod:
   • Flutter High Level Simplified Architecture...  

Completed Project 👉🏻 https://github.com/wootcot/flutter-yo...

Chapters:
00:00 Intro
00:42 Diagram Overview
01:07 Regarding Riverpod Tutorial
02:02 Get the starter project
02:36 Starter project intro
02:51 Creating folder structure
03:25 Link to Riverpod Tutorial
04:16 Creating the state
08:22 Creating the service file
10:02 Creating screen controller notifier
11:48 Wiring up notifier & service file
15:29 Creating placeholder screens
19:25 The Input screen
27:31 The Viewer screen
34:07 Updating notifier to be a singleton
34:59 Finalizing UI
47:35 Configuring envied
52:18 Add envs to .gitignore
53:16 Setting the Gemini API key
55:38 Creating generateWithGemini service function
01:01:20 Handling json data
01:14:11 Finalizing AI Trainer with Gemini
01:28:13 Integrating Deepseek and ChatGPT
01:44:35 Wrap up!