FadyFayezYounan / easy_date_timeline

The "easy_date_timeline" package is a customizable Flutter widget that displays a timeline of dates in a horizontal timeline.
MIT License
96 stars 46 forks source link

How can I change month form the outside of package? #29

Open Oliver-Knight opened 8 months ago

Oliver-Knight commented 8 months ago

I can't change month from the outside of the package I want to show TimeLineWidget only and want to change this widget from my own month selector widget. I write custom select month widget and I change the initialDate from my custom month select widget but the "easyMonth" is define only in the initState therefore when I change initialDate after build the widget I can't change it again. Could you please help me with this one.

es404020 commented 7 months ago

use the controllers for this