Learn how to create custom activity timeline with this advanced flutter timeline tile example using custom widgets. step-by-step guide for implementation.
Flutter widgets
Best Roadmap to Become a Flutter Developer
Developing mobile application using Flutter is becoming a very common approach and many people are now seeking to learn Flutter to build beautiful apps fro mobile. It supports fast and easy development since it works on multiple platforms including but not limited to Android, Desktop, and IOS. There is no one static learning path for […]
Flutter TabBar – Gradient Style
When you’re creating an app, you always try your best to make it as user friendly as possible, right? As a matter of fact, one way to do that is by allowing users to quickly navigate your app sections with a single swap or click. Well, that’s exactly the purpose of Tab Bar. Flutter TabBar […]
Introduction To Flutter Widgets – Basic Widgets
Generally speaking, widgets are the the building blocks of any Flutter app UI. In this post, we’ll learn how to use the basic widgets in Flutter to build a simple UI. We’ll cover 6 different types of Flutter widgets that will help you get started with learning Flutter. Some of these widgets are visible widgets […]
Introduction to Flutter Layouts
Widgets are considered the building blocks of the Flutter UI. Every thing in Flutter is considered as a widget. From Text to image to more complex blocks are all widgets. Moreover, some of the widgets provided by Flutter are for the purpose of laying out the UI which are usually not quite visible. These widgets […]