I have watched many videos and instructors to learn flutter, you are the best by far, big thank you
@prasertpromvong30313 жыл бұрын
I'm support your work on "patreon" already.
@civilengineer6103 жыл бұрын
Love from Turkey You are the live legend, Thank you very much
@mclar94 ай бұрын
Öğrendinmi flutteri reis
@talkwithdhana Жыл бұрын
I want to support you with Patreon but still I am only Student, and I will definitely start to earn with your guides.
@auliasabril18993 жыл бұрын
Better short movie, but we understand clearly, good job
@MuhammadMuhammadBishara17 күн бұрын
It was helpful and Thank you, can I have a roadmap that could guide me to learn flutter
@LeafyWoodz10 ай бұрын
In the app bar, i would like to setup the profile picture of the user where the action property is used, how should i go about that? Should i use an an icon property or image property?
@natnaelgetu Жыл бұрын
short and straight forward
@skaigreen3 жыл бұрын
Ooouuuu... I like the quality
@createdbykoko3 жыл бұрын
Thankss
@achrafmhamdi70182 жыл бұрын
Great work bro
@mrArdiansah3 жыл бұрын
sir, can u tell me extentions for line dash on your code ?
@mrArdiansah3 жыл бұрын
like appbar: AppBar( | backgroundColor: Colors.red |_leading: Icon.. etc ) i mean dotted line..? what's extentions
@shansalaayodya81493 жыл бұрын
Done and dusted🥰
@parkerAmv Жыл бұрын
sir, what is the software you used for animating the preview?
@createdbykoko Жыл бұрын
Rotato!
@mehmetaltinsoy5253 жыл бұрын
Thank you
@sleepystudios95973 жыл бұрын
Also could u do theming?
@createdbykoko3 жыл бұрын
Yes i will
@sleepystudios95973 жыл бұрын
Do tab view it’s great because it’s inside of app bar
@createdbykoko3 жыл бұрын
Tab view coming next
@basdfgwe3 жыл бұрын
Thank you, btw are you from Australia ?
@createdbykoko3 жыл бұрын
Yeah haha can you hear it in the accent?
@basdfgwe3 жыл бұрын
@@createdbykoko Ive watched all of your videos and it's just become apparent 😂 I'm watching your vids from Melbourne Australia.
@createdbykoko3 жыл бұрын
@@basdfgwe hell yeah haha sending love from SYD ♥️
@danialothman3 жыл бұрын
damn, this is only stage 1
@createdbykoko3 жыл бұрын
Hello what do u mean stage 1 haha
@danialothman3 жыл бұрын
@@createdbykoko I was referencing to what you said at @3:50 hahah btw, I'm curios what Apple Mac are you using for this video? MacBook Air 8GB RAM?
@createdbykoko3 жыл бұрын
@@danialothman oh hahaha i get you now. Dont worry I will explain everything if it gets more complex. Im using a 13 inch macbook pro 8gb ram. I desperately need a new machine haha which Apple might be announcing in the coming week
@DavidDavid-ws8yh5 ай бұрын
Hi i don't know why my appbar does not show in the output there is only the title but there are no blue color showing as a default of the app bar this is my code: import 'package:flutter/material.dart'; void main() { runApp( MyApp()); } class MyApp extends StatelessWidget{ @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( appBar: AppBar(), ), ); } }
@createdbykoko5 ай бұрын
is it purple? the new flutter default color is purple i think
@DavidDavid-ws8yh5 ай бұрын
@@createdbykoko it is just white
@createdbykoko5 ай бұрын
@@DavidDavid-ws8yh good. Do u have a particular question?
@DavidDavid-ws8yh5 ай бұрын
but when i try the default code when I create a new project it works idk why lmao, I just decided that i delete my flutter and install it again hoping it works .