You can use Timer.Periodic to call a function (containing what you want to execute on button click), after the time interval you want to perform the click or Future.delayed is also a good option.
@@harshRajpurohit can you tell me what was the problem when i created a app using flutter in the app i used syncfusion pdf viewer to view pdf on pressed. When i clicked on the load pdf button the pdf size is also small but it shows me a circular progress indicator and takes so time to load the pdf. Can you suggest me any other package to view pdf from assets without taking much time to render the pdf pages. I also used the dark mode code for the pdf pages. Will this code will work on your recommended package. Code:- ColorFiltered( colorFilter: ColorFilter.mode(Colors.white, BlendMode.difference), //colorFilter: ColorFilter.mode(Colors.black54, BlendMode.darken), child: widget, ),
👍👍
Sir bring tutorial of Ecommerce app with admin app 😊
With live food delivery tracking &
Payment gateway
don't forget add ads integration videos in the end of the playlist
Can you tell me how to create a auto clicker app
You can use Timer.Periodic to call a function (containing what you want to execute on button click), after the time interval you want to perform the click or Future.delayed is also a good option.
@@harshRajpurohit can you tell me what was the problem when i created a app using flutter in the app i used syncfusion pdf viewer to view pdf on pressed. When i clicked on the load pdf button the pdf size is also small but it shows me a circular progress indicator and takes so time to load the pdf. Can you suggest me any other package to view pdf from assets without taking much time to render the pdf pages. I also used the dark mode code for the pdf pages. Will this code will work on your recommended package. Code:- ColorFiltered(
colorFilter: ColorFilter.mode(Colors.white, BlendMode.difference),
//colorFilter: ColorFilter.mode(Colors.black54, BlendMode.darken),
child: widget,
),