flutter_analog_clock 0.0.2 copy "flutter_analog_clock: ^0.0.2" to clipboard
flutter_analog_clock: ^0.0.2 copied to clipboard

outdated

A simple and fully customizable analog clock widget.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'flutter_analog_clock_demo.dart';
void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: FlutterAnalogClockDemo(),
    );
  }
}
51
likes
0
pub points
90%
popularity

Publisher

verified publisherapp2m.com

A simple and fully customizable analog clock widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_analog_clock