Skip to content

Commit

Permalink
fix wrong io import
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Dec 25, 2020
1 parent 48fb969 commit 44057e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0-nullsafety.1

* fix android/ios/macos/windows build failed.

## 1.1.0-nullsafety.0

* add web support
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0-nullsafety.0"
version: "1.1.0-nullsafety.1"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/system_clock.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
library system_clock;

import 'src/clock.dart' if (dart.library.io) 'src/clocks.dart' as clock;
import 'src/clock.dart' if (dart.library.io) 'src/clock_io.dart' as clock;

///
/// timekeeping facilities.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: system_clock
description: Flutter timekeeping facilities. Powered by ffi
version: 1.1.0-nullsafety.0
version: 1.1.0-nullsafety.1
author: yangbinyhhbn@gmail.com
homepage: https://github.com/boyan01/system_clock

Expand Down

0 comments on commit 44057e1

Please sign in to comment.