Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 cleanup commits #139

Merged
merged 3 commits into from Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions .gitignore
@@ -1,7 +1,4 @@
# https://dart.dev/guides/libraries/private-files
.packages
.idea/
.pub/
.dart_tool/
build/
doc/api/
pubspec.lock
8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/usage.iml

This file was deleted.

3 changes: 1 addition & 2 deletions analysis_options.yaml
@@ -1,4 +1,5 @@
include: package:pedantic/analysis_options.1.9.0.yaml

linter:
rules:
- annotate_overrides
Expand All @@ -11,8 +12,6 @@ linter:
- directives_ordering
- empty_catches
- empty_constructor_bodies
- empty_constructor_bodies
- empty_statements
- empty_statements
- implementation_imports
- library_names
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
@@ -1,4 +1,5 @@
# Changelog
## 3.4.2
- A number of cleanups to improve the package health score.

## 3.4.1
- increase the support SDK range to `'<3.0.0'`
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Expand Up @@ -3,10 +3,9 @@
# BSD-style license that can be found in the LICENSE file.

name: usage
version: 3.4.2-dev
description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
version: 3.4.2
description: A Google Analytics wrapper for command-line, web, and Flutter apps.
homepage: https://github.com/dart-lang/usage
author: Dart Team <misc@dartlang.org>

environment:
sdk: '>=2.2.0 <3.0.0'
Expand Down
16 changes: 2 additions & 14 deletions readme.md
@@ -1,8 +1,6 @@
# usage
A wrapper around Google Analytics for command-line, web, and Flutter apps.

`usage` is a wrapper around Google Analytics for command-line, web, and Flutter apps.

[![pub package](https://img.shields.io/pub/v/usage.svg)](https://pub.dartlang.org/packages/usage)
[![pub package](https://img.shields.io/pub/v/usage.svg)](https://pub.dev/packages/usage)
[![Build Status](https://travis-ci.org/dart-lang/usage.svg)](https://travis-ci.org/dart-lang/usage)
[![Coverage Status](https://img.shields.io/coveralls/dart-lang/usage.svg)](https://coveralls.io/r/dart-lang/usage?branch=master)

Expand Down Expand Up @@ -111,13 +109,3 @@ For more information, please see the Google Analytics Measurement Protocol
## Contributing

Tests can be run using `pub run test`.

## Issues and bugs

Please file reports on the
[GitHub Issue Tracker](https://github.com/dart-lang/usage/issues).

## License

You can view our license
[here](https://github.com/dart-lang/usage/blob/master/LICENSE).