count_down_timer 0.0.1 copy "count_down_timer: ^0.0.1" to clipboard
count_down_timer: ^0.0.1 copied to clipboard

outdated

A new Flutter countdown project that can be used to send SMS verification code scenarios

count_down #

A new Flutter countdown project that can be used to send SMS verification code scenarios

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects. README.md CHANGELOG.md Example Installing Versions 96 fluttertoast # Android and iOS Toast Library for Flutter

Supported Platforms

Android IOS

How to Use #

add this line to your dependencies #

count_down: ^0.0.1 import 'package:count_down/count_down.dart';

CountDownWidget( startSeconds: 60, onTapCallback: (timer) { print('onTapCallback:current is ${timer.tick}s'); }, enableTS: TextStyle(color: const Color(0xff00ff00)), disableTS: TextStyle(color: const Color(0xff999999)), );

3
likes
0
pub points
8%
popularity

Publisher

unverified uploader

A new Flutter countdown project that can be used to send SMS verification code scenarios

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on count_down_timer