0 purchases
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(),);
}
}
copied to clipboard
Additional information #
if you have any problem report a issue
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.