Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Nov 7, 2021
1 parent c41ed01 commit d959ba0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

* Added web check

## 0.1.2

* Added error handling for http request.
Expand Down
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ Following information is generated by the Plausible server:
* Country
* Current time


## Getting started

Add this package to your project:

With the Flutter command:

$ flutter pub add plausible_analytics

Or depend on it directly in your pubspec.yaml file (run an implicit `flutter pub get`):

dependencies:
plausible_analytics: ^0.1.0

Then import it in your Dart code where you want to have the analytics:

import 'package:plausible_analytics/plausible_analytics.dart';

## Usage

For a simple pageview:
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: plausible_analytics
description: A Flutter plugin for Plausible Analytics.
version: 0.1.2
version: 0.1.3
homepage: https://github.com/bostrot/flutter_plausible_analytics.git
issue_tracker: https://github.com/bostrot/flutter_plausible_analytics/issues

Expand Down

0 comments on commit d959ba0

Please sign in to comment.