time_info 0.0.3
time_info: ^0.0.3 copied to clipboard
A widget give you time info
Time_Info #
[pub url] (https://pub.dev/packages/time_info)
Android | iOS | Linux | macOS | Web | Windows | |
---|---|---|---|---|---|---|
Support | SDK 16+ | 12.0+ | Any | 10.14+ | Any | Windows 10+ |
Features #
A widget give time info
Getting started #
Simple and easy to use
Usage #
class MyWidget extends StatelessWidget {
const MyWidget({super.key});
@override
Widget build(BuildContext context) {
return TimeInfo (time: DateTime.now(),);
}
}
Additional information #
if you have any problem report a issue