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

outdated

A time text widget.

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
0
pub points
49%
popularity

Publisher

unverified uploader

A time text widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on time_text