Тёмный
No video :(

Learn Flutter By Building Wordle Game 

doctor code
Подписаться 29 тыс.
Просмотров 8 тыс.
50% 1

#flutter #android #androidstudio
In this video, I'm going to show you how to build a Wordle clone using Flutter
Wordle is one of the most popular games, now it's your time to build it and create your own version of that game
Source code: bit.ly/3ABtME0

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@thomasrosebrough9062
@thomasrosebrough9062 5 месяцев назад
Great tutorial! How do I get it to automatically import dependancies when it auto-completes a new widget like that? By default mine makes me hover and click "import dependancies" every time
@davehoudi23
@davehoudi23 2 года назад
I was looking for this since while, Thank you doctor code
@vickycruise7092
@vickycruise7092 2 года назад
hi , am using windows 11, flutter 3.0.. i can't build windows app, it says CMake error: could not create name generator visual studio 16 2019 , how can i handle this error
@BooleanDev
@BooleanDev 2 года назад
Do you have the required visual studio c++ components installed?
@vickycruise7092
@vickycruise7092 2 года назад
@@BooleanDev yeah bro, c++ desktop development. and i had update VS 19 to VS 22 now its works well..tks you for your reply
@notgate2624
@notgate2624 2 года назад
The title has a typo. It should say Wordle.
@DoctorCode9
@DoctorCode9 2 года назад
Thank you, didn't checked it
@codewithuddin2083
@codewithuddin2083 Год назад
Sir Source Code Doesn't work
@minionhead443
@minionhead443 Год назад
How can i add the retry button i tried but the words list and game board doesn't reset please help me
@mike5202
@mike5202 4 месяца назад
void resetGame(){ wordleBoard = List.generate(5, (index) => List.generate(5, (index) => Letter("", 0))); rowId = 0; letterId = 0; game_guess = ""; game_message = ""; initGame(); }
@mike5202
@mike5202 4 месяца назад
cheers
@mike5202
@mike5202 4 месяца назад
make sure you put it in a setState
@badasscoder4481
@badasscoder4481 2 года назад
is that flutter 3 or flutter 2.x.x
@DoctorCode9
@DoctorCode9 2 года назад
it's flutter 3.0.4
@BooleanDev
@BooleanDev 2 года назад
Doesn't matter anyways, there were no breaking changes
Далее
Flutter Basic Training - 12 Minute Bootcamp
12:09
Просмотров 884 тыс.
Make a  Hangman Game Using Flutter
20:25
Просмотров 11 тыс.
Wife habit 😂 #shorts
00:16
Просмотров 55 млн
Я ДОСТРОИЛ ЗАВОД - Satisfactory
19:13
Просмотров 170 тыс.
Build a Search System using Flutter
16:48
Просмотров 80 тыс.
FLAPPY BIRD • Flutter Game from Scratch
22:58
Просмотров 29 тыс.
I Created A Mobile App Using These Simple Tools!
10:48
Просмотров 680 тыс.
How I build Apps that PRINT ($30k/month Micro SAAS)
22:51
Create an Amazing Game with Flutter & Flame
29:46
Просмотров 79 тыс.
Make a Tic-tac-toe Game Using Flutter
27:40
Просмотров 16 тыс.
Flutter Tutorial | Create a Music App using Flutter
32:25