[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+ |
A widget give time info
Simple and easy to use
class MyWidget extends StatelessWidget {
const MyWidget({super.key});
@override
Widget build(BuildContext context) {
return TimeInfo (time: DateTime.now(),);
}
}
if you have any problem report a issue