Skip to content

Commit

Permalink
add export file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayuta403 committed Apr 23, 2022
1 parent cf4e531 commit 5b9d5ac
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
## [2.0.2] - fix widget doesn't transform
## [2.0.3] - remove unnecessary task
## [2.0.4] - improve code style
## [2.0.5] - add export file
4 changes: 2 additions & 2 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Language: [English](README.md) | 中文简体

[![null-safe](https://img.shields.io/badge/nullsafe-2.0.4-brightgreen)](https://pub.dev/packages/keframe)
[![null-safe](https://img.shields.io/badge/nullsafe-2.0.5-brightgreen)](https://pub.dev/packages/keframe)
[![null-safe](https://img.shields.io/badge/normal-1.0.3-brightgreen)](https://pub.dev/packages/keframe)
[![GitHub stars](https://img.shields.io/github/stars/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/stargazers)
[![GitHub license](https://img.shields.io/github/license/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/blob/master/LICENSE)
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies:
非空安全使用: `1.0.2`

空安全版本使用: `2.0.2`
空安全版本使用: `2.0.5`

#### 快速上手

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Language: English | [中文简体](README-ZH.md)

[![null-safe](https://img.shields.io/badge/nullsafe-2.0.4-brightgreen)](https://pub.dev/packages/keframe)
[![null-safe](https://img.shields.io/badge/nullsafe-2.0.5-brightgreen)](https://pub.dev/packages/keframe)
[![null-safe](https://img.shields.io/badge/normal-1.0.3-brightgreen)](https://pub.dev/packages/keframe)
[![GitHub stars](https://img.shields.io/github/stars/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/stargazers)
[![GitHub license](https://img.shields.io/github/license/LianjiaTech/keframe)](https://github.com/LianjiaTech/keframe/blob/master/LICENSE)
Expand Down Expand Up @@ -75,7 +75,7 @@ Components distinguish only the normal and null-safe versions
The normal version uses : `1.0.3`

The null-safe version uses :`2.0.4`
The null-safe version uses :`2.0.5`


#### Quick learning
Expand Down
8 changes: 8 additions & 0 deletions lib/keframe.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
library keframe;

export 'frame_separate_task.dart';
export 'frame_separate_widget.dart';
export 'layout_proxy.dart';
export 'logcat.dart';
export 'notification.dart';
export 'size_cache_widget.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: keframe
description: Helps you improve the fluency of Flutter's app for any scenario
version: 2.0.4
version: 2.0.5
homepage: https://github.com/LianjiaTech/keframe

environment:
Expand Down

0 comments on commit 5b9d5ac

Please sign in to comment.