This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- ## 1.1.1-dev
1+ ## 1.1.1
22
3+ * Switch to using ` package:lints ` .
4+ * Populate the pubspec ` repository ` field.
35
46## 1.1.0
57
Original file line number Diff line number Diff line change 1+ [ ![ Dart CI] ( https://github.com/dart-lang/clock/actions/workflows/test-package.yml/badge.svg )] ( https://github.com/dart-lang/clock/actions/workflows/test-package.yml )
2+ [ ![ pub package] ( https://img.shields.io/pub/v/clock.svg )] ( https://pub.dev/packages/clock )
3+ [ ![ package publisher] ( https://img.shields.io/pub/publisher/clock.svg )] ( https://pub.dev/packages/clock/publisher )
4+
15This package provides a [ ` Clock ` ] [ ] class which encapsulates the notion of the
26"current time" and provides easy access to points relative to the current time.
37Different ` Clock ` s can have a different notion of the current time, and the
Original file line number Diff line number Diff line change 1- include : package:lints/core .yaml
1+ include : package:lints/recommended .yaml
22
33analyzer :
44 strong-mode :
Original file line number Diff line number Diff line change 11name : clock
2- version : 1.1.1-dev
2+ version : 1.1.1
33description : A fakeable wrapper for dart:core clock APIs.
44repository : https://github.com/dart-lang/clock
55
You can’t perform that action at this time.
0 commit comments