Flutter Tutorial- Flutter CircleAvatar

preview_player
Показать описание
Flutter Tutorial- Flutter CircleAvatar

In this video, you will see how and when to use Flutter CircleAvatar and also 3 different approaches used to create a circular image in Flutter application.

FOLLOW ME HERE:

#FlutterTutorial #FlutterCircleAvatar #CircleAvatar #circularimage #whatsupcoders
Рекомендации по теме
Комментарии
Автор

Thank you so much for the video. I struggled all day to make this CircleAvatar show the picture, but I finally got it because of you. Thanks Thanks Thanks

Junior-vmsh
Автор

There is a great deal of information in your channel which has really helped. Many thanks 🙏🏻
Some topics which hardly have quality content online and warrants good explanation as you do:
a. Internationalisation examples as to how to switch between languages when the user is logged in
b. Best practises across the app(e.g: dispose() to prevent memory leaks, Profiling)
c. Securing the app best practices(E.g: Storing tokens in Shared Prefs, DB pitfalls, rooted phone gotchas etc)
d. Connecting backends like Firebase and streaming audio/video content.
Nevertheless I guess the channel stands as a complete course by itself. Cheers 🍻

raghav
Автор

i using for well all steps to get random color, like that :



1. import

2. RandomColor _randomColor = RandomColor();

3. Color _color = _randomColor.randomColor(
colorBrightness: ColorBrightness.light
);


But i find this error :


Error: Can't access 'this' in a field initializer to read '_randomColor'.
Color _color = _randomColor.randomColor


how to resolve this error Please me...

Malakisi
Автор

Please do upload git repo link along with the video too. It will be a huge help to beginners

KochharAmandeep
Автор

Question, do the image have to be a certain size? I tried your ways bout my image shape isn't changing.

THEKING
Автор

Can you say me that how to implement twilio voice call or video call??

prashantsamcom
Автор

omNS please tell me from where u learn this all things
Please what u used for learn flutter
And what is your approach for learn it

rajdave