| commit | 62940b22b114893daedef18575e6f964d3cb6089 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Thu Dec 12 16:19:31 2019 -0800 |
| committer | GitHub <noreply@github.com> | Thu Dec 12 16:19:31 2019 -0800 |
| tree | eaf26e0f0ca1a2c2a2ecfce3786095aa464f08ce | |
| parent | e93b5139c08fcddff52dff3083cb527dc5627569 [diff] |
Update for repo best practices (dart-lang/clock#14) - Use `pub.dev` links over `dardocs.org`. - In example, follow `package:pedantic` style for function typed argument. - Drop unused author field from pubspec. - Use a simpler constraint on `package:meta` since the SDK constraint already prevents us from picking up older versions.