timer_button 2.4.0
timer_button: ^2.4.0 copied to clipboard
Timer Button is a Flutter package that offers a customizable button widget capable of activation after a designated time interval.
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const TimerButtonApp());