flutter widget of the week
In Android, we use different toolbar like android default toolbar, material toolbar, and many more but in a flutter, there is a widget app bar that auto fixed toolbar at the top of the screen. In Appbar we create different toolbar widgets like menu buttons, actions, icon buttons, and many more.
The AppBar widget comes with another powerful property called actions. This property takes a list of widgets to place after the title of the app bar.
Videos.
Widgets are high-level objects used to describe any part of an application. It can be but is not limited to UI elements such as buttons; layout (alignment, padding, ...); data (a theme, configurations) ... Widgets can be everything. In flutter, almost everything you'll code will be inside a Widget.
Start a new Flutter project in Android Studio and choose Flutter Package for the project type. Put your custom widget in the lib folder. Add a folder named example to the project root. In there, add a Flutter app that demonstrates how to use your widget.
Website: www.pakacademy79.com
Blog: http://pakacademy79.blogspot.com/
Facebook Page: / posts
WhatsApp; +923046983794
GitHub account: https://github.com/abdullahwale/flutt...