termina_clock 0.0.1 termina_clock: ^0.0.1 copied to clipboard
Termina Clock is a Flutter package that provides a customizable clock widget inspired by the Termina clock from The Legend of Zelda - Majora's Mask
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add termina_clock
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
termina_clock: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:termina_clock/termina_clock.dart';