Skip to content

Commit

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

* Fixing a bug.

## [0.0.1] - 11/07/2021.

* A set of beautiful analog clocks for flutter.
5 changes: 2 additions & 3 deletions README.md
@@ -1,10 +1,9 @@
# analog_clock_for_flutter

Beautiful flutter analog clock
Beautiful flutter analog clocks

## Screenshots
<img src='clocks.gif'>

![clocks.gif](clocks.gif)
## Usage
To use plugin, just import package `import 'package:analog_clock_for_flutter/analog_clock.dart';`

Expand Down
1 change: 1 addition & 0 deletions lib/analog_clock.dart
Expand Up @@ -7,6 +7,7 @@ import 'package:flutter/services.dart';
import 'package:image/image.dart' as image;
import 'package:swipe_gesture_recognizer/swipe_gesture_recognizer.dart';

///The clock model
class Clock {
//String image;
ui.Image image;
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
@@ -1,7 +1,7 @@
name: analog_clock_for_flutter
description: Beautiful flutter analog clock
version: 0.0.1
author: Ouzani Abd Raouf
description: Beautiful flutter analog clocks
version: 0.0.2
author: Ouzani Abd Raouf <ouzarinacime@gmail.com>
homepage: https://github.com/ouzari/analog_clock_for_flutter

environment:
Expand Down

0 comments on commit 7e112e4

Please sign in to comment.