Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
buijs-dev authored Apr 27, 2023
1 parent c1650b0 commit 02fac60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.2
* Cosmetic changes for PUB.

## 0.0.1
* Initial version containing:
* publisher widget
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[![](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)

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

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.
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: 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

Expand Down

0 comments on commit 02fac60

Please sign in to comment.