flutter_time_button 2.0.0 copy "flutter_time_button: ^2.0.0" to clipboard
flutter_time_button: ^2.0.0 copied to clipboard

discontinued

A new Flutter timer button widget.

Time Button #

Pub

A new Flutter timer button widget.

Getting Started #

Installation #

Add to pubspec.yaml in dependencies

flutter_time_button: ^2.0.0

Usage #


import 'package:flutter_time_button/flutter_time_button.dart';

TimeButton(
    label: 'Click me',
    timeout: 30,
    toastMessage: 'Click!',
    onPressed: () => print('Click!'),
  );
3
likes
80
pub points
38%
popularity

Publisher

unverified uploader

A new Flutter timer button widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, fluttertoast

More

Packages that depend on flutter_time_button