Pranay Dhongade
Pranay Dhongade

Reputation: 68

How to achieve this UI using flutter, Image below

UI Required

I was wondering how I could create this UI in flutter. This Indicated the progress of a task.

Probable Options are:

  1. Use a already available package
  2. Hard Code using Containers ( Least Prefered )
  3. Slider or Progress Bar Indicator

Note: The progress bar should be able to show progress at all three values (Which I will provide it while building). Please share code and tips.

Upvotes: 0

Views: 86

Answers (1)

Hinson T
Hinson T

Reputation: 11

You can use the timeline_tile package.

The horizontal timeline should be exactly what you need

Upvotes: 1

Related Questions