Skip to content

Commit d6a2919

Browse files
committed
bump to 2.2.0
1 parent 745a6eb commit d6a2919

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.0
2+
* Merged #249
3+
14
## 2.1.0
25
* Specifying supported platforms
36
* Fix: Android分享小程序时,缩略图压缩过重的问题

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fluwx
22
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
3-
version: 2.1.0
3+
version: 2.2.0
44
homepage: https://github.com/JarvanMo/fluwx
55

66
environment:

test/fluwx_iml_test.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@ void main() {
5454
true);
5555
});
5656
});
57+
58+
group("learn", () {
59+
test("description", () async {
60+
print("argumentsss");
61+
62+
63+
});
64+
});
5765
}

0 commit comments

Comments
 (0)