Skip to content

Commit

Permalink
Update README. => [WIP] Unit Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hukusuke1007 committed Aug 19, 2020
1 parent 5a4d4ab commit aefe718
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,9 @@ await documentAccessor.save(sample1);
final _sample1 = await documentAccessor.load<ListSample>(ListSample(id: sample1.id));
```

## Unit Test
## [WIP] Unit Test

<b>※Under construction</b>

Install packages for unit test.

Expand Down
4 changes: 3 additions & 1 deletion README_j.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,9 @@ await documentAccessor.save(sample1);
final _sample1 = await documentAccessor.load<ListSample>(ListSample(id: sample1.id));
```

## ユニットテスト
## [WIP] ユニットテスト

<b>※最新のバージョンでは動作しません。対応完了次第更新します。</b>

次のプラグインをインストールします。

Expand Down
5 changes: 4 additions & 1 deletion flamingo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 1.4.1+1
# 1.4.1+2
Update README. => [WIP] Unit Test.

## 1.4.1+1
Updated CHANGELOG.

## 1.4.1
Expand Down
5 changes: 4 additions & 1 deletion flamingo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,10 @@ await documentAccessor.save(sample1);
final _sample1 = await documentAccessor.load<ListSample>(ListSample(id: sample1.id));
```

## Unit Test
## [WIP] Unit Test

<b>※Under construction</b>


Install packages for unit test.

Expand Down
2 changes: 1 addition & 1 deletion flamingo/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flamingo
description: This is Firebase Firestore Model Framework Library. Can be manage document reference and collection reference. And provide Firestore and Cloud Storage interface.
version: 1.4.1+1
version: 1.4.1+2
repository: https://github.com/hukusuke1007/flamingo
homepage: https://github.com/hukusuke1007/flamingo

Expand Down

0 comments on commit aefe718

Please sign in to comment.