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

A simple and fully customizable flutter analog clock widget.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: FlutterAnalogClockDemo(),
    );
  }
}
57
likes
140
pub points
91%
popularity

Publisher

verified publisherapp2m.com

A simple and fully customizable flutter analog clock widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_analog_clock