smladeoye / flutter-simple-timer

A Simple Flutter Timer Widget with various customizable features.
MIT License
19 stars 7 forks source link

Add 30 seconds error #5

Open svraluca opened 3 years ago

svraluca commented 3 years ago

So I tried to use this but it doesn't work : FlatButton( onPressed: _timerController.add(Duration(seconds: 30)), child: const Text("Add 30 seconds", style: TextStyle(color: Colors.white)), color: Colors.orange, ), But it doesn't work ...

smladeoye commented 3 years ago

Hi, will need more information about this to be able to properly look into it; but I have specified below, some possible reasons it might not be working: