From 02fac608d01dc0aa512acda9af479be3e903e8a3 Mon Sep 17 00:00:00 2001 From: Gillian <72627535+buijs-dev@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:04:01 +0200 Subject: [PATCH] Develop (#2) * Move tests to test/src. Bump dartdoc version. Add example implementations in readme for pub/sub. * Run tests with flutter SDK. * remove lcov conversion step and upload lcov.info directly * Docs, test and codecov config. * Release 0.0.1 * Release 0.0.2 --- CHANGELOG.md | 3 +++ README.md | 10 ++++++---- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66ffe7..660a93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.2 +* Cosmetic changes for PUB. + ## 0.0.1 * Initial version containing: * publisher widget diff --git a/README.md b/README.md index 48f3146..6397fb7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![](https://img.shields.io/badge/Buijs-Software-blue)](https://pub.dev/publishers/buijs.dev/packages) -[![GitHub license](https://img.shields.io/github/license/buijs-dev/klutter-dart?color=black&logoColor=black)](https://github.com/buijs-dev/klutter-dart/blob/main/LICENSE) -[![pub](https://img.shields.io/pub/v/klutter-ui)](https://pub.dev/packages/klutter-ui) + +[![GitHub license](https://img.shields.io/github/license/buijs-dev/klutter-dart-ui?color=black&logoColor=black)](https://github.com/buijs-dev/klutter-dart-ui/blob/main/LICENSE) +[![pub](https://img.shields.io/pub/v/klutter_ui)](https://pub.dev/packages/klutter_ui) [![codecov](https://codecov.io/gh/buijs-dev/klutter-dart-ui/branch/main/graph/badge.svg?token=z0HCTKNLn5)](https://codecov.io/gh/buijs-dev/klutter-dart-ui) [![CodeScene Code Health](https://codescene.io/projects/38075/status-badges/code-health)](https://codescene.io/projects/38075) @@ -8,8 +9,9 @@ Flutter Widgets to be used in conjunction with the [klutter plugin](https://github.com/buijs-dev/klutter-dart). Full support for: -- [MethodChannel (synchronous)](#MethodChannel) -- [EventChannel (asynchronous)](#EventChannel) + +- [MethodChannel](#MethodChannel) +- [EventChannel](#EventChannel) ## MethodChannel Example function which invokes method foo on the given channel and returns a String value. diff --git a/pubspec.yaml b/pubspec.yaml index f196f39..7d0f03d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: klutter_ui description: Flutter widgets to be used in conjunction with the klutter plugin. -version: 0.0.1 +version: 0.0.2 homepage: https://buijs.dev repository: https://github.com/buijs-dev/klutter-dart-ui