Skip to content

Commit 02fac60

Browse files
authored
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
1 parent c1650b0 commit 02fac60

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.2
2+
* Cosmetic changes for PUB.
3+
14
## 0.0.1
25
* Initial version containing:
36
* publisher widget

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[![](https://img.shields.io/badge/Buijs-Software-blue)](https://pub.dev/publishers/buijs.dev/packages)
2-
[![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)
3-
[![pub](https://img.shields.io/pub/v/klutter-ui)](https://pub.dev/packages/klutter-ui)
2+
3+
[![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)
4+
[![pub](https://img.shields.io/pub/v/klutter_ui)](https://pub.dev/packages/klutter_ui)
45
[![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)
56
[![CodeScene Code Health](https://codescene.io/projects/38075/status-badges/code-health)](https://codescene.io/projects/38075)
67

78
<img src="https://github.com/buijs-dev/klutter/blob/develop/.github/assets/metadata/icon/klutter_logo.png?raw=true" alt="buijs software logo" />
89

910
Flutter Widgets to be used in conjunction with the [klutter plugin](https://github.com/buijs-dev/klutter-dart).
1011
Full support for:
11-
- [MethodChannel (synchronous)](#MethodChannel)
12-
- [EventChannel (asynchronous)](#EventChannel)
12+
13+
- [MethodChannel](#MethodChannel)
14+
- [EventChannel](#EventChannel)
1315

1416
## MethodChannel
1517
Example function which invokes method foo on the given channel and returns a String value.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: klutter_ui
22
description: Flutter widgets to be used in conjunction with the klutter plugin.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://buijs.dev
55
repository: https://github.com/buijs-dev/klutter-dart-ui
66

0 commit comments

Comments
 (0)