Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Sep 5, 2020
1 parent 4eede79 commit 7d79cc0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

* break change. return `Duration` instead.
* add `SystemClock.elapsedRealtime()`.
* support Windows platform.

## 0.0.1

* implement SystemClock.uptimeMills.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Flutter timekeeping facilities, powered by `dart:ffi`.

support: AndroidiOSMacos
support platforms: **Android****iOS****Macos****Windows**

wip: linux, Windows
TODO: **linux**

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.1"
version: "0.4.0"
term_glyph:
dependency: transitive
description:
Expand Down
5 changes: 0 additions & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ dependencies:
sdk: flutter

system_clock:
# When depending on this package from a real application you should use:
# system_clock: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../

# The following adds the Cupertino Icons font to your application.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: system_clock
description: A Flutter plugin to get current times.
version: 0.3.1
description: Flutter timekeeping facilities. Powered by ffi
version: 0.4.0
author: yangbinyhhbn@gmail.com
homepage: https://github.com/boyan01/system_clock

Expand Down

0 comments on commit 7d79cc0

Please sign in to comment.