Skip to content

Commit

Permalink
new message
Browse files Browse the repository at this point in the history
  • Loading branch information
ouzari committed Jul 13, 2021
1 parent 7e112e4 commit eb40503
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [0.0.21] - 12/07/2021.

* Enhancing readme.md file.

## [0.0.2] - 12/07/2021.

* Fixing a bug.
Expand Down
10 changes: 7 additions & 3 deletions README.md
@@ -1,11 +1,15 @@
# analog_clock_for_flutter

Beautiful flutter analog clocks
Beautiful flutter analog clocks. Swipe to change the clock design

## Screenshots
![clocks.gif](clocks.gif)
![preview](https://github.com/ouzari/analog_clock_for_flutter/blob/main/clocks.gif)

## Usage
To use plugin, just import package `import 'package:analog_clock_for_flutter/analog_clock.dart';`
To use plugin, just import package
```dart
import 'package:analog_clock_for_flutter/analog_clock_for_flutter.dart';
```

## Example
You can check example directory to know how to use it.
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
@@ -1,7 +1,6 @@
name: analog_clock_for_flutter
description: Beautiful flutter analog clocks
version: 0.0.2
author: Ouzani Abd Raouf <ouzarinacime@gmail.com>
version: 0.0.22+1
homepage: https://github.com/ouzari/analog_clock_for_flutter

environment:
Expand Down

0 comments on commit eb40503

Please sign in to comment.