Skip to content

Commit 68dad7b

Browse files
committed
[mixin_logger] fix public warning
1 parent 4da109d commit 68dad7b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

packages/mixin_logger/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## 0.2.0
2-
3-
* refactor implementation to c++, works on Windows/Linux/macOS/iOS.
4-
51
## 0.1.0
62

7-
* refactor implementation to go. (macOS only)
3+
* refactor implementation to c++, works on Windows/Linux/macOS/iOS.
84

95
## 0.0.6
106

packages/mixin_logger/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: mixin_logger
22
description: Simple logger tool for flutter, make it easy to save your app log to file.
3-
version: 0.2.0
3+
version: 0.1.0
44
homepage: https://github.com/MixinNetwork/flutter-plugins
55

66
environment:
77
sdk: ">=2.17.0 <4.0.0"
8+
flutter: ">=2.0.0"
89

910
dependencies:
1011
flutter:

0 commit comments

Comments
 (0)