1

Is there any way to change phone's system time and date from phone settings programmatically using flutter. I need to change the phones date and time using my app for a purpose. Is there any way? Thank you

Prthv
  • 31
  • 6

1 Answers1

0

your can use app_settings: ^4.1.1 package to open time and date setting. You can open wifi, location, Bluetooth setting also through this package. but if you have to programmatically change the date and time you have to use java code for this purpose I hope this link will help you for changing the time programmatically in java