Exploring the runApp function #Shorts

preview_player
Показать описание


product: Flutter - Development - User interface; fullname: Andrew Fitz Gibbon;
Рекомендации по теме
Комментарии
Автор

to the editor:
If you're gonna show code in vertical format, please crop all the side things and only focus on the code window.

Автор

Column (
children: [
Expanded( child: Face() ),
Expanded(flex: 3, child: Code() ),
]
)

For short videos please, or Stack would be great too :)

diegoveloper
Автор

Hi there! Thanks :)
What i should do to understand Flutter deeply, i mean how it works, how it is drawing UI and others?

abuyusufsherakhmatov
Автор

Remove the flutter native splash screen it is possible how we can do this one major issue.

workhome