From 75a9c1c09ec2ef6d2fb9287a6c847a8124cc2769 Mon Sep 17 00:00:00 2001 From: petrus nguyen thai hoc Date: Mon, 1 Aug 2022 23:28:55 +0700 Subject: [PATCH] prepare for 1.5.0 - Aug 1, 2022 [skip ci] --- README.md | 6 ++++-- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2479b57..b1afb2d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # stream_loader ![alt text](https://avatars3.githubusercontent.com/u/6407041?s=32&v=4) -A Flutter plugin for loading content asynchronously with Dart stream and RxDart. -`RxDart` loader bloc. Reactive loader bloc. + - A `Flutter` plugin for loading content asynchronously with `Dart Stream` and `RxDart`. + - `RxDart` loader bloc. + - Reactive loader bloc. + - Simple reactive state management container. ## Author: [Petrus Nguyễn Thái Học](https://github.com/hoc081098) diff --git a/pubspec.yaml b/pubspec.yaml index 95ffe32..c0f4890 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: stream_loader -description: A Flutter plugin for loading content asynchronously with Dart stream and RxDart. RxDart loader bloc. Reactive loader bloc. +description: A Flutter plugin for loading content asynchronously with Dart stream and RxDart. RxDart loader bloc. Reactive loader bloc. Simple reactive state management container. version: 1.5.0 homepage: https://github.com/hoc081098/stream_loader.git repository: https://github.com/hoc081098/stream_loader.git