Skip to content

aula-id/linux-analog-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analog Clock

Analog Clock

A beautiful analog clock application built with Flutter.

Build Instructions

Prerequisites

  • Flutter (ensure it's added to your PATH)
  • Linux development environment

Building the Application

  1. Get dependencies:
    flutter pub get
  2. Build for Linux:
    flutter build linux
    The built binary will be located at:
    build/linux/x64/release/bundle/analog_clock
    

Linking to /usr/local/bin

To make your application easily executable from anywhere, you can link the built binary to /usr/local/bin:

  1. Link the binary:

    sudo ln -sf $(pwd)/build/linux/x64/release/bundle/analog_clock /usr/local/bin/analog_clock

    This creates a symbolic link so you can run analog_clock from any terminal.

  2. (Optional) Make sure the binary is executable:

    chmod +x build/linux/x64/release/bundle/analog_clock

Now you can launch the app by simply typing analog_clock in your terminal.

About

nice analog clock widget on linux!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors