time_text 0.1.1 copy "time_text: ^0.1.1" to clipboard
time_text: ^0.1.1 copied to clipboard

A time text widget. You can use it to show current time.

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(),
        ),
      ),
    );
  }
}
5
likes
110
pub points
51%
popularity

Publisher

unverified uploader

A time text widget. You can use it to show current time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on time_text