time_text

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

time text

time_text #
A time text widget.
Getting Started #
import 'package:flutter/material.dart';
import 'package:time_text/time_text.dart';

void main() {
runApp(MyApp());
}

class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: Center(
child: TimeText(),
),
),
);
}
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.