Fire notifications
This commit is contained in:
parent
c680482b08
commit
5ecc3c3401
22 changed files with 524 additions and 31 deletions
|
|
@ -80,15 +80,6 @@ class _FireAlertState extends State<FireAlert> {
|
|||
buildTweetButton()
|
||||
])),
|
||||
]);
|
||||
final stepInc = () {
|
||||
setState(() {
|
||||
if (_currentStep < fireSteps.length - 1) {
|
||||
_currentStep += 1;
|
||||
} else {
|
||||
_currentStep = 0;
|
||||
}
|
||||
});
|
||||
};
|
||||
return Scaffold(
|
||||
key: _scaffoldKey,
|
||||
appBar: new AppBar(title: new Text(S.of(context).notifyAFire)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue