APP BAR • Flutter Widget of the Day #10

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Love from Turkey
You are the live legend,
Thank you very much

civilengineer
Автор

I have watched many videos and instructors to learn flutter, you are the best by far, big thank you

yadgarrafiq
Автор

I'm support your work on "patreon" already.

prasertpromvong
Автор

It was helpful and Thank you, can I have a roadmap that could guide me to learn flutter

MuhammadMuhammadBishara
Автор

I want to support you with Patreon but still I am only Student, and I will definitely start to earn with your guides.

talkwithdhana
Автор

Better short movie, but we understand clearly, good job

auliasabril
Автор

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?

LeafyWoodz
Автор

sir, can u tell me extentions for line dash on your code ?

mrArdiansah
Автор

like appbar: AppBar(
| backgroundColor: Colors.red
|_leading: Icon.. etc
) i mean dotted line..? what's extentions

mrArdiansah
Автор

Do tab view it’s great because it’s inside of app bar

sleepystudios
Автор

sir, what is the software you used for animating the preview?

parkerAmv
Автор

Thank you, btw are you from Australia ?

basdfgwe
Автор

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



void main() {
runApp( MyApp());
}

class MyApp extends StatelessWidget{
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(
appBar: AppBar(),
),
);
}
}

DavidDavid-wsyh
Автор

you are awesome man literally 🫀thnx 🙏🏻

justlike